Table of Contents
View1MinWidth Property

Gets or sets the minimum width or height of the first panel.

Syntax
 public Double View1MinWidth { get; set; }
Remarks

Use this property to specify the mimimum width or height of the first panel. When Orientation is Horizontal, this property specifies the mimimum width. When Orientation is Vertical, this property specifies the mimimum height.

For example, if View1MinWidth is set to 20 and Orientation is Vertical, then user will not be able to drag the splitter to reduce the height of the first panel to be less than 20.

See Also