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


In This Topic
DropDownMaxHeight Property (GcComboBox)
In This Topic
Gets or sets the max height of the drop down window, if the user doesn't customize the Size of drop-down window, otherwise, the function of this property will not take effect.
Syntax
'Declaration
 
Public Property DropDownMaxHeight As Integer
 
'Usage
 
Dim instance As GcComboBox
Dim value As Integer
 
instance.DropDownMaxHeight = value
 
value = instance.DropDownMaxHeight

Property Value

A System.Int32 value indicates the max height of the drop down window.
The default is 150.
See Also