ComponentOne List for WinForms
C1.Win.C1List Namespace / C1DisplayColumn Class / AllowSizing Property

In This Topic
    AllowSizing Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether column resizing is allowed.
    Syntax
    'Declaration
     
    
    Public Property AllowSizing As Boolean
    public bool AllowSizing {get; set;}
    See Also