True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid 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