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