I have a SplitContainer in my form.
On the 1st panel I have a TreeView and a ListView on the 2nd. (Classic)
Now I want to limit the size of the 1st panel (with the TreeView) to 250 pixels wide.
I wish to block the separator from moving too much (or too less).
How do I do that?
I have a SplitContainer in my form. On the 1st panel I have a
Share
You can use
SplitContainer.Panel1MinSizeproperty.