[]
Gets or sets whether to calculate the width for the drop-down window when opening the drop-down list.
public bool AutoWidth { get; set; }
Public Property AutoWidth As Boolean
Type | Description |
---|---|
bool | true to calculate the width for the drop-down window, based on the columns and control width, when opening the drop-down; otherwise, false. The default is false. |