'DeclarationPublic Enum GridResizeBehavior Inherits System.Enum
public enum GridResizeBehavior : System.Enum
'DeclarationPublic Enum GridResizeBehavior Inherits System.Enum
public enum GridResizeBehavior : System.Enum
| Member | Description | 
|---|---|
| BasedOnAlignment | Space is redistributed based on the value of the FrameworkElement.HorizontalAlignment and FrameworkElement.VerticalAlignment properties. | 
| CurrentAndNext | For a horizontal C1GridSplitter, space is redistributed between the row that is specified for the C1GridSplitter and the next row that is below it. For a vertical C1GridSplitter, space is redistributed between the column that is specified for the C1GridSplitter and the next column that is to the right. | 
| PreviousAndCurrent | For a horizontal C1GridSplitter, space is redistributed between the row that is specified for the C1GridSplitter and the next row that is above it. For a vertical C1GridSplitter, space is redistributed between the column that is specified for the C1GridSplitter and the next column that is to the left. | 
| PreviousAndNext | For a horizontal C1GridSplitter, space is redistributed between the rows that are above and below the row that is specified for the C1GridSplitter. For a vertical C1GridSplitter, space is redistributed between the columns that are to the left and right of the column that is specified for the C1GridSplitter. | 
System.Object
   System.ValueType
      System.Enum
         C1.Xaml.GridResizeBehavior