[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcListBox.ColumnWidth

ColumnWidth Property

ColumnWidth

Gets or sets the standard width or automatic sizing mode of columns in the control. This is a dependency property.

Declaration
public ListBoxLength ColumnWidth { get; set; }
Public Property ColumnWidth As ListBoxLength
Property Value
Type Description
ListBoxLength

A structure that represents the standard width or automatic sizing mode of columns in the GcListBox. The default is SizeToHeader.

Remarks

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.