TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / AllowUserToResizeColumns Property

In This Topic
    AllowUserToResizeColumns Property (C1TreeView)
    In This Topic
    Gets or sets whether the user is allowed to resize columns of treeview control.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1TreeView.AllowUserToResizeColumns", "Gets or sets whether the user is allowed to resize columns of treeview control.")>
    <C1CategoryAttribute("Behavior")>
    <DefaultValueAttribute(True)>
    Public Property AllowUserToResizeColumns As Boolean
    [C1Description("C1TreeView.AllowUserToResizeColumns", "Gets or sets whether the user is allowed to resize columns of treeview control.")]
    [C1Category("Behavior")]
    [DefaultValue(true)]
    public bool AllowUserToResizeColumns {get; set;}
    See Also