Groups | Blog | Home
all groups > c# > december 2005 >

c# : How to fix the height size of Panel1 on SplitContainer?


Roland
12/12/2005 8:41:03 AM
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
abc my vclass
12/12/2005 11:35:19 PM
How to fix the height size of Panel1 on SplitContainer?

AddThis Social Bookmark Button