ARMSoft.FlexibleTreeView.Column Namespace > TreeColumn Class : AutoSize Property |
'Declaration
<DescriptionAttribute("Gets or sets a value indicating whether to auto calculate the column width according to a column content.")> <CategoryAttribute("Content")> <DefaultValueAttribute()> Public Property AutoSize As Boolean
'Usage
Dim instance As TreeColumn Dim value As Boolean instance.AutoSize = value value = instance.AutoSize
[Description("Gets or sets a value indicating whether to auto calculate the column width according to a column content.")] [Category("Content")] [DefaultValue()] public bool AutoSize {get; set;}
[Description("Gets or sets a value indicating whether to auto calculate the column width according to a column content.")] [Category("Content")] [DefaultValue()] public: property bool AutoSize { bool get(); void set ( bool value); }
true
if the column auto calculates width according to a content; otherwise, false
. The default value is false
.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