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