Home All Groups Group Topic Archive Search About
Author
22 Aug 2006 3:58 AM
vbt
I have added a SplitContainer to my form. When I run the program
the splitter bar has a black outline, is there a way to hide this line?

Author
22 Aug 2006 5:35 AM
gene kelley
On Mon, 21 Aug 2006 20:58:14 -0700, "vbt" <tb***@cwnet.com> wrote:

>I have added a SplitContainer to my form. When I run the program
>the splitter bar has a black outline, is there a way to hide this line?
>

That outline is a focus rectangle.  In the SplitterMoved event, set focus to a control in one of the
splitter panels.

Gene