The minExtra is this minimum size (in pixels) of the remaining area of the container. This area is center of the container that is not occupied by edge docked controls, this is the are that would be used for any fill docked control.
[Visual Basic] Public Property MinExtra As Integer [C#] public int MinExtra {get; set;} [C++] public: __property int get_MinExtra(); public: __property void set_MinExtra(int); [JScript] public function get MinExtra() : int; public function set MinExtra(int);
Splitter Class | Splitter Members | System.WinForms Namespace