Table of Contents
View1Width Property

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

Syntax
 public GridLength View1Width { get; set; }
Remarks

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

You can use "star size" with this property. For example, if View1Width is set to "1*" and View2Width is set to "2*", then the second panel would receive twice of the space as the first panel.

This property is ignored if SplitterPosition is set.

See Also