The minSize is the minimum size (in pixels) of the target of the splitter. The target of a splitter is always the control adjacent to the splitter, just prior in the dock order.
[Visual Basic] Public Property MinSize As Integer [C#] public int MinSize {get; set;} [C++] public: __property int get_MinSize(); public: __property void set_MinSize(int); [JScript] public function get MinSize() : int; public function set MinSize(int);
Splitter Class | Splitter Members | System.WinForms Namespace