NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Splitter.MinExtra

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);

See Also

Splitter Class | Splitter Members | System.WinForms Namespace