GridResizeDirection Enum

Definition

Specifies whether a GridSplitter control redistributes space between rows or between columns.

public enum class GridResizeDirection
public enum GridResizeDirection
type GridResizeDirection = 
Public Enum GridResizeDirection
Inheritance
GridResizeDirection

Fields

Auto 0

Space is redistributed based on the values of the HorizontalAlignment, VerticalAlignment, ActualWidth, and ActualHeight properties of the GridSplitter.

Columns 1

Space is redistributed between columns.

Rows 2

Space is redistributed between rows.

Remarks

Use this enumeration to set the GridSplitter.ResizeDirection property.

How the Auto enumeration value affects the redistribution of space in a GridSplitter control depends on the following property values:

Applies to

See also