Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / DropDownMaxHeight Property


In This Topic
DropDownMaxHeight Property (GcComboBoxCellType)
In This Topic
Gets or sets the maximum height of the drop-down window, if the user does not customize the size of the drop-down window; otherwise, this property does not take effect.
Syntax
'Declaration
 
Public Property DropDownMaxHeight As Nullable(Of Integer)
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As Nullable(Of Integer)
 
instance.DropDownMaxHeight = value
 
value = instance.DropDownMaxHeight

Property Value

An System.Int32 value that indicates the maximum height of the drop-down window.
The default is 150.
See Also