I can't seem to figure out how to keep a panel's width fixed in a Split Container in a WinForm.
Any suggestions?
|
|
If you'd keep one panel's size fixed, there is no logical way to move the splitter. Since you can't move the splitter, it just doesn't make sense to use a SplitContainer anymore. Use two Panel controls. |
|||
|
|
|
property SplitterPanel.FixedPanel - set one of panels to fixed size property SplitterPanel.IsSplitterFixed - set splitter to fixed state |
|||||
|