SplitContainer

  • Thread starter Thread starter vbt
  • Start date Start date
V

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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top