winforms - Is it possible to avoid Focus on SplitContainer? -
The firefighter does not, while WinForm SplitContainer gets focused when it is pulled or clicked. On the contrary, it is that SplitContainer will ignite / leave the fire on other controls, and I need to avoid this.
I have already tried to make tabs and reasons valid, but without success
Is there a way to prevent Split Container from focusing? (Not a big deal, I can still use the old splitter, but I lose some good VS properties ...)
Remove SplitContainer control and manually change it with panel and splitter control. A little more effort, but very clear results.
Comments
Post a Comment