Keeping One Split Container Panel Fixed Width?

Viewed 45219

I can't seem to figure out how to keep a panel's width fixed in a Split Container in a WinForm.

Any suggestions?

6 Answers

Fix Panel (Lock Panel):

SplitContainer.FixedPanel = FixedPanel.Panel

Related