GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDownInfo Class / AutoWidth Property


In This Topic
AutoWidth Property (ComboDropDownInfo)
In This Topic
Gets or sets whether to calculate the width for the drop-down window when opening the drop-down list.
Syntax
'Declaration
 
Public Property AutoWidth As Boolean
 
'Usage
 
Dim instance As ComboDropDownInfo
Dim value As Boolean
 
instance.AutoWidth = value
 
value = instance.AutoWidth

Property Value

true to calculate the width for the drop-down window, based on the columns and control width, when opening the drop-down; otherwise, false. The default is false.
See Also