How to fix the height size of Panel1 on SplitContainer?

  • Thread starter Thread starter abc my vclass
  • Start date Start date
Hi

You can't fix only Panel1 - The split-container is composed with ONLY
two split areas. If you fix the first (Panel1) the second must be fixed
as well. (otherwise the first wouldn't be fixed)
You can set the property IsSplitterFixed = true - in this case you will
have two fixed split-areas.

Hope this helps
Roland
 
Back
Top