Spread Windows Forms 12.0 Product Documentation
AutoSize Property (EditBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : AutoSize Property
Gets or sets a value that indicates whether the control is automatically sized to show all the content in a vertical direction.
Syntax
'Declaration
 
Public Overrides Property AutoSize As Boolean
'Usage
 
Dim instance As EditBase
Dim value As Boolean
 
instance.AutoSize = value
 
value = instance.AutoSize
public override bool AutoSize {get; set;}

Property Value

true if enabled; otherwise, false.
The default is false.
Remarks
When this property is set to true, the EditBase adjusts its width to display all the content.
See Also

Reference

EditBase Class
EditBase Members