ComponentOne TreeView for WinForms
AutoWidth Property (C1TreeColumn)

C1.Win.TreeView Namespace > C1TreeColumn Class : AutoWidth Property
Gets or sets a value indicating whether the column width should be set automatically by content width.
Syntax
'Declaration
 
<C1CategoryAttribute("表示")>
<C1DescriptionAttribute("コンテンツ幅を基準として自動的に列幅を設定するかどうかを示す値を取得または設定します。")>
<DefaultValueAttribute()>
Public Property AutoWidth As Boolean
[C1Category("表示")]
[C1Description("コンテンツ幅を基準として自動的に列幅を設定するかどうかを示す値を取得または設定します。")]
[DefaultValue()]
public bool AutoWidth {get; set;}
See Also

Reference

C1TreeColumn Class
C1TreeColumn Members