[]
Gets or sets the standard width or automatic sizing mode of columns in the control. This is a dependency property.
public ListBoxLength ColumnWidth { get; set; }
Public Property ColumnWidth As ListBoxLength
| Type | Description |
|---|---|
| ListBoxLength | A structure that represents the standard width or automatic sizing mode of columns in the GcListBox. The default is SizeToHeader. |
By default, columns will automatically adjust their width to fit their contents. This property affects the width setting of every column in the control that does not have an explicit Width setting.