[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DefaultListColumn.AutoWidth

AutoWidth Property

AutoWidth

Gets or sets a bool value indicates whether the ListColumn calculates the width automatically.

Declaration
public bool AutoWidth { get; set; }
Public Property AutoWidth As Boolean
Property Value
Type Description
bool

A bool value, true if the ListColumn is auto width, otherwise, false.
The default is false.