[]
Gets or sets a bool value indicating whether the ListColumn can auto calculate width by content.
public bool AutoWidth { get; set; }
Public Property AutoWidth As Boolean
Type | Description |
---|---|
bool | true if the ListColumn can auto calculate width by content; Otherwise,false. |