Tagged Questions
1
vote
3answers
800 views
Is it possible to avoid Focus on SplitContainer?
The WinForm SplitContainer gets the focus when it's dragged or clicked, while the Splitter does not.
The side-effect of this, is that dragging a SplitContainer bar fires Leave/Validate on other ...
0
votes
1answer
132 views
Control no longer gaining focus after putting it in a splitcontainer
I have a forms app and when it starts up I would like it to give focus to a particular text box. While I was initially developing I just whacked all the controls straight on the form and the focus ...