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