[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.AutoSize

AutoSize Property

AutoSize

Gets or sets a value that indicates whether the control is automatically sized to show all the content in a vertical direction.

Declaration
[Browsable(true)]
public override bool AutoSize { get; set; }
<Browsable(True)>
Public Overrides Property AutoSize As Boolean
Property Value
Type Description
bool

true if enabled; otherwise, false.
The default is false.

Overrides
System.Windows.Forms.Control.AutoSize
Remarks

When this property is set to true, the EditBase adjusts its width to display all the content.