I have a WinForm containing a bindingNavigator at the top and a splitContainer with two horisontal panels below it. The splitContainer fills the space not occupied by the bindin
If you want only show and disable the panel (no automatic resize, no resize by the user) add to the code by Sakkle this line:
teamSplitContainer.IsSplitterFixed = true;