tags:

views:

26

answers:

1

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

Any suggestions?

A: 

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.

Hans Passant