Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
AnswerRe: Exception Handling and Logging in windows application Pin
jschell17-Aug-11 9:07
jschell17-Aug-11 9:07 
QuestionLinking the scroll bars of two controls Pin
Dewald16-Aug-11 3:58
Dewald16-Aug-11 3:58 
AnswerRe: Linking the scroll bars of two controls Pin
Luc Pattyn16-Aug-11 4:28
sitebuilderLuc Pattyn16-Aug-11 4:28 
GeneralRe: Linking the scroll bars of two controls Pin
Dewald16-Aug-11 21:55
Dewald16-Aug-11 21:55 
AnswerRe: Linking the scroll bars of two controls Pin
BobJanova16-Aug-11 4:54
BobJanova16-Aug-11 4:54 
GeneralRe: Linking the scroll bars of two controls Pin
Dewald16-Aug-11 22:30
Dewald16-Aug-11 22:30 
GeneralRe: Linking the scroll bars of two controls Pin
BobJanova17-Aug-11 0:03
BobJanova17-Aug-11 0:03 
GeneralRe: Linking the scroll bars of two controls Pin
Dewald17-Aug-11 0:34
Dewald17-Aug-11 0:34 
Yes, I'm pretty sure calling OnScroll will just fire the event but not update the actual gridview client area.

I wouldn't mind resorting to synchronising the two grids based on FirstDisplayedScrollingRowIndex and FirstDisplayedScrollingColumnIndex if I had a way of forcing the grid to only scroll horizontally to integral values.

In fact, for vertical scrolling, this method of syncing the two grids works perfectly. It's the horizontal scrolling that's a problem because the grid of which the scrollbar is moved can be scrolled to a position where it starts on a partial column, yet the linked grid will be scrolled to the start of that column.

Do you know if there is a way I could enforce horizontal scrolling to also be limited to integral positions as is the case with vertical scrolling?
GeneralRe: Linking the scroll bars of two controls Pin
BobJanova17-Aug-11 3:11
BobJanova17-Aug-11 3:11 
GeneralRe: Linking the scroll bars of two controls Pin
Dewald17-Aug-11 4:00
Dewald17-Aug-11 4:00 
Questionhow to send file from Windows-CE to PC Through Socket Pin
goldsoft16-Aug-11 2:55
goldsoft16-Aug-11 2:55 
AnswerRe: how to send file from Windows-CE to PC Through Socket Pin
BobJanova16-Aug-11 4:36
BobJanova16-Aug-11 4:36 
QuestionAccessing dataset throughout application. Pin
paper6716-Aug-11 2:48
paper6716-Aug-11 2:48 
AnswerRe: Accessing dataset throughout application. Pin
BobJanova16-Aug-11 4:34
BobJanova16-Aug-11 4:34 
QuestionLucene.Net:Using Whitespace analyser wildcardquery is not working Pin
NarVish16-Aug-11 1:47
NarVish16-Aug-11 1:47 
AnswerRe: Lucene.Net:Using Whitespace analyser wildcardquery is not working Pin
Mehdi Gholam6-Sep-11 17:53
Mehdi Gholam6-Sep-11 17:53 
QuestionBoolean conversion Pin
5fingers16-Aug-11 0:28
5fingers16-Aug-11 0:28 
GeneralRe: Boolean conversion Pin
Richard MacCutchan16-Aug-11 1:11
mveRichard MacCutchan16-Aug-11 1:11 
GeneralRe: Boolean conversion Pin
5fingers16-Aug-11 1:23
5fingers16-Aug-11 1:23 
GeneralRe: Boolean conversion Pin
Richard MacCutchan16-Aug-11 5:42
mveRichard MacCutchan16-Aug-11 5:42 
GeneralRe: Boolean conversion Pin
5fingers16-Aug-11 19:38
5fingers16-Aug-11 19:38 
GeneralRe: Boolean conversion Pin
Richard MacCutchan16-Aug-11 22:22
mveRichard MacCutchan16-Aug-11 22:22 
GeneralRe: Boolean conversion Pin
5fingers17-Aug-11 0:57
5fingers17-Aug-11 0:57 
GeneralRe: Boolean conversion Pin
BobJanova17-Aug-11 0:11
BobJanova17-Aug-11 0:11 
GeneralRe: Boolean conversion Pin
5fingers17-Aug-11 0:55
5fingers17-Aug-11 0:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.