ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1GridSplitter Class / ResizeBehavior Property

In This Topic
    ResizeBehavior Property
    In This Topic
    Gets or sets the ResizeBehavior property. This dependency property indicates which columns or rows are resized relative to the column or row for which the GridSplitter control is defined.
    Syntax
    'Declaration
     
    Public Property ResizeBehavior As GridResizeBehavior
    public GridResizeBehavior ResizeBehavior {get; set;}
    See Also