Spread Windows Forms 12.0 Product Documentation
AutoWidth Property (DefaultListColumnInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DefaultListColumnInfo Class : AutoWidth Property
Gets or sets a bool value that indicates whether the ListColumnInfo calculates the width automatically.
Syntax
'Declaration
 
Public Property AutoWidth As Boolean
'Usage
 
Dim instance As DefaultListColumnInfo
Dim value As Boolean
 
instance.AutoWidth = value
 
value = instance.AutoWidth
public bool AutoWidth {get; set;}

Property Value

A bool value, true if ListColumnInfo calculates the width automatically; otherwise, false.
The default is false.
See Also

Reference

DefaultListColumnInfo Class
DefaultListColumnInfo Members