ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / AllowResizing Property

In This Topic
    AllowResizing Property (C1FlexGrid)
    In This Topic
    Gets or sets a value that indicates whether users are allowed to resize rows and columns using the mouse.
    Syntax
    'Declaration
     
    
    Public Property AllowResizing As AllowResizing
    public AllowResizing AllowResizing {get; set;}
    See Also