[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBox.AutoSize

AutoSize Property

AutoSize

Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.

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

A bool value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.
The default is true.

Remarks

When this property is set to true, the CharBox adjusts its width to display its entire contents.