AutoWidth Property (DefaultListColumn)
Gets or sets a
bool value indicates whether the
ListColumn calculates the width automatically.
public bool AutoWidth {get; set;}
'Declaration
Public Property AutoWidth As Boolean
'Usage
Dim instance As DefaultListColumn
Dim value As Boolean
instance.AutoWidth = value
value = instance.AutoWidth
Property Value
A
bool value,
true if the
ListColumn is auto width, otherwise,
false.
The default is
false.