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