AutoWidth Property (ListColumn)
Gets or sets a
bool value indicating whether the
ListColumn can auto calculate width by content.
public bool AutoWidth {get; set;}
'Declaration
Public Property AutoWidth As Boolean
'Usage
Dim instance As ListColumn
Dim value As Boolean
instance.AutoWidth = value
value = instance.AutoWidth
Property Value
true if the
ListColumn can auto calculate width by content; Otherwise,
false.