'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the column may be auto-sized by its owner NTreeList instance.")> Public Property AutoSizable As System.Boolean
'Usage
Dim instance As NTreeListColumn Dim value As System.Boolean instance.AutoSizable = value value = instance.AutoSizable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the column may be auto-sized by its owner NTreeList instance.")] public System.bool AutoSizable {get; set;}