Table of Contents
View2MinWidth Property

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

Syntax
 public Double View2MinWidth { get; set; }
Remarks

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

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

See Also