FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / AllowResizing Property

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