'Declaration
Public Property AutoWidth As Boolean
'Usage
Dim instance As DefaultListColumn Dim value As Boolean instance.AutoWidth = value value = instance.AutoWidth
public bool AutoWidth {get; set;}
Property Value
A bool value, true if the ListColumn is auto width, otherwise, false.The default is false.