True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / AllowRowSizing Property

In This Topic
    AllowRowSizing Property (C1TrueDBGrid)
    In This Topic
    Gets or sets how interactive row resizing is performed.
    Syntax
    'Declaration
     
    Public Property AllowRowSizing As RowSizingEnum
    public RowSizingEnum AllowRowSizing {get; set;}
    See Also