| C1.Win.TreeView Namespace > C1TreeColumn Class : AutoWidth Property |
'Declaration<DefaultValueAttribute()> <C1DescriptionAttribute("Gets or sets a value indicating whether the column width should be set automatically by content width.")> <C1CategoryAttribute("Appearance")> Public Property AutoWidth As Boolean
'UsageDim instance As C1TreeColumn Dim value As Boolean instance.AutoWidth = value value = instance.AutoWidth
[DefaultValue()] [C1Description("Gets or sets a value indicating whether the column width should be set automatically by content width.")] [C1Category("Appearance")] public bool AutoWidth {get; set;}
[DefaultValue()] [C1Description("Gets or sets a value indicating whether the column width should be set automatically by content width.")] [C1Category("Appearance")] public: property bool AutoWidth { 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