ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / GridResizeBehavior Enumeration

In This Topic
    GridResizeBehavior Enumeration
    In This Topic
    Specifies the rows or columns that are resized by the C1GridSplitter control.
    Syntax
    'Declaration
     
    
    Public Enum GridResizeBehavior 
       Inherits System.Enum
    public enum GridResizeBehavior : System.Enum 
    Members
    MemberDescription
    BasedOnAlignmentSpace is redistributed based on the value of the FrameworkElement.HorizontalAlignment and FrameworkElement.VerticalAlignment properties.
    CurrentAndNextFor 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.
    PreviousAndCurrentFor 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.
    PreviousAndNextFor 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.GridResizeBehavior

    See Also