| C1.Win.TreeView Namespace > C1TreeView Class : AllowUserToResizeColumns Property |
'Declaration<C1DescriptionAttribute("Gets or sets whether the user is allowed to resize columns of treeview control.")> <C1CategoryAttribute("Behavior")> <DefaultValueAttribute()> Public Property AllowUserToResizeColumns As Boolean
'UsageDim instance As C1TreeView Dim value As Boolean instance.AllowUserToResizeColumns = value value = instance.AllowUserToResizeColumns
[C1Description("Gets or sets whether the user is allowed to resize columns of treeview control.")] [C1Category("Behavior")] [DefaultValue()] public bool AllowUserToResizeColumns {get; set;}
[C1Description("Gets or sets whether the user is allowed to resize columns of treeview control.")] [C1Category("Behavior")] [DefaultValue()] public: property bool AllowUserToResizeColumns { bool get(); void set ( bool value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2