Setting the Splitters SplitterWidth property to 0?

  • Thread starter Thread starter TN
  • Start date Start date
T

TN

I know it is not possible to set the SplitContainer's SplitterWidth to
0, but I was wondering if it is possible to inherit from the
SplitContainer and allow an application to set it to 0? Idea is the
user wants to get the splitters laid out the way they want and then make
them disappear. Is this possible? Thanks.
 
Vijay said:
Why not set it to Visible = false ?.

VJ
Unless I am mistaken, setting the SplitContainer Visible = false, hides
the panels. What I am referring to is the splitter itself.
 

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