C# Prevent resizing of both splitcontainer panels

dangerisgo picture dangerisgo · Aug 16, 2011 · Viewed 18k times · Source

I have a SplitContainer and was wondering how I would go about setting a static size for both panels and prevent the user from having the ability to resize the panels. Would FixedPanel be the solution? From what I read, I don't think it is.

Answer

LarsTech picture LarsTech · Aug 16, 2011

I think you are just looking for the "IsSplitterFixed" property.