ComponentOne TreeView for WinForms
AllowUserToResizeColumns Property

C1.Win.TreeView Namespace > C1TreeView Class : AllowUserToResizeColumns Property
Gets or sets whether the user is allowed to resize columns of treeview control.
Syntax
'Declaration
 
<C1DescriptionAttribute("ユーザーがツリービューコントロールの列のサイズを変更できるかどうかを示す値を取得または設定します。")>
<C1CategoryAttribute("動作")>
<DefaultValueAttribute()>
Public Property AllowUserToResizeColumns As Boolean
[C1Description("ユーザーがツリービューコントロールの列のサイズを変更できるかどうかを示す値を取得または設定します。")]
[C1Category("動作")]
[DefaultValue()]
public bool AllowUserToResizeColumns {get; set;}
See Also

Reference

C1TreeView Class
C1TreeView Members