AutoWidth Property (ListColumnInfo)
Gets or sets a
bool value that indicates whether
ListColumnInfo automatically calculates the width based on content.
public bool AutoWidth {get; set;}
'Declaration
Public Property AutoWidth As Boolean
'Usage
Dim instance As ListColumnInfo
Dim value As Boolean
instance.AutoWidth = value
value = instance.AutoWidth
Property Value
true if
ListColumnInfo automatically calculates width based on content; otherwise,
false.