[]
Gets or sets a bool value that indicates whether the ListColumnInfo calculates the width automatically.
public bool AutoWidth { get; set; }
Public Property AutoWidth As Boolean
Type | Description |
---|---|
bool | A bool value, true if ListColumnInfo calculates the width automatically; otherwise,
false.
|