Spread Windows Forms 12.0 Product Documentation
AutoWidth Property (ListColumnInfo)


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

Property Value

true if ListColumnInfo automatically calculates width based on content; otherwise, false.
See Also

Reference

ListColumnInfo Class
ListColumnInfo Members