'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the columns will be auto-sized to fit the current viewable width.")> Public Property AutoSizeColumns As System.Boolean
'Usage
Dim instance As NTreeList Dim value As System.Boolean instance.AutoSizeColumns = value value = instance.AutoSizeColumns
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the columns will be auto-sized to fit the current viewable width.")] public System.bool AutoSizeColumns {get; set;}