Click here to Skip to main content
15,909,897 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralDoubleClick in TreeView Pin
Anonymous24-Oct-03 2:36
Anonymous24-Oct-03 2:36 
GeneralRe: DoubleClick in TreeView Pin
LasVegasGuy24-Oct-03 8:44
LasVegasGuy24-Oct-03 8:44 
GeneralRe: DoubleClick in TreeView Pin
John Arlen24-Oct-03 10:01
John Arlen24-Oct-03 10:01 
GeneralGet Version Number. Pin
Jason Weibel23-Oct-03 10:52
Jason Weibel23-Oct-03 10:52 
GeneralRe: Get Version Number. Pin
John Arlen24-Oct-03 7:45
John Arlen24-Oct-03 7:45 
GeneralRe: Get Version Number. Pin
Jason Weibel24-Oct-03 11:18
Jason Weibel24-Oct-03 11:18 
QuestionAnother Bug in the .net datagrid ??? Pin
livss23-Oct-03 8:00
livss23-Oct-03 8:00 
AnswerRe: Another Bug in the .net datagrid ??? Pin
John Arlen27-Oct-03 10:10
John Arlen27-Oct-03 10:10 
More specifically, the .Leave event is fired when the currently selected cell is scrolled out of view (up or down). Curiously, no Enter event is fired when it is scrolled back in view but a Leave *will* be fired again if you continue scrolling. And in neither case is Got/LostFocus() fired.

I don't usually like to call things bugs in frameworks like this as I usually find the reason or solution as soon as I do.

Depending on what you want to do when focus is lost and gained, I think you can find a pattern of events to identify this situation.

For example, clicking between cells causes: GotFocus, CurrentCellChanged, LostFocus
However in the scrolling scenario: Leave, Validating, Validated



Generalhardware controlling.... Pin
waleed riaz22-Oct-03 2:01
waleed riaz22-Oct-03 2:01 
GeneralRe: hardware controlling.... Pin
Philip Fitzsimons22-Oct-03 8:05
Philip Fitzsimons22-Oct-03 8:05 
GeneralRe: hardware controlling.... Pin
waleed riaz22-Oct-03 20:35
waleed riaz22-Oct-03 20:35 
QuestionHow do I remove a class or anything from the .NET ide? Pin
adonisv21-Oct-03 10:20
adonisv21-Oct-03 10:20 
AnswerRe: How do I remove a class or anything from the .NET ide? Pin
John Arlen27-Oct-03 9:20
John Arlen27-Oct-03 9:20 
GeneralRe: How do I remove a class or anything from the .NET ide? Pin
adonisv28-Oct-03 11:53
adonisv28-Oct-03 11:53 
GeneralDataGrid Pin
kersyanti19-Oct-03 18:46
kersyanti19-Oct-03 18:46 
GeneralDynamically determine server to use Web Service Pin
kissa15-Oct-03 16:25
kissa15-Oct-03 16:25 
GeneralRe: Dynamically determine server to use Web Service Pin
John Arlen27-Oct-03 9:22
John Arlen27-Oct-03 9:22 
GeneralShutdown windows Pin
kersyanti14-Oct-03 14:59
kersyanti14-Oct-03 14:59 
GeneralRe: Shutdown windows Pin
J. Dunlap14-Oct-03 15:27
J. Dunlap14-Oct-03 15:27 
GeneralRe: Shutdown windows Pin
kersyanti14-Oct-03 20:54
kersyanti14-Oct-03 20:54 
GeneralRe: Shutdown windows Pin
Corinna John14-Oct-03 20:05
Corinna John14-Oct-03 20:05 
GeneralRe: Shutdown windows Pin
kersyanti14-Oct-03 20:28
kersyanti14-Oct-03 20:28 
GeneralRe: Shutdown windows Pin
Russell Morris15-Oct-03 18:22
Russell Morris15-Oct-03 18:22 
GeneralRe: Shutdown windows Pin
Russell Morris15-Oct-03 18:23
Russell Morris15-Oct-03 18:23 
GeneralCan't open vb form in IDE Pin
Anonymous10-Oct-03 21:16
Anonymous10-Oct-03 21:16 

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.