Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDown Class / AutoWidth Property


In This Topic
AutoWidth Property (ComboDropDown)
In This Topic
Gets or sets whether or not 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 ComboDropDown
Dim value As Boolean
 
instance.AutoWidth = value
 
value = instance.AutoWidth

Property Value

A true if calculates the width for the drop down window, according to the columns width and control width, when opening the drop down; otherwise, false. The default is false.
See Also