Search code examples
c#winformssplitcontainer

C# Prevent resizing of both splitcontainer panels


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.


Solution

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