From: vbt on
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?


From: gene kelley on
On Mon, 21 Aug 2006 20:58:14 -0700, "vbt" <tbmcl(a)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
From: gene kelley on
On Mon, 21 Aug 2006 20:58:14 -0700, "vbt" <tbmcl(a)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