DropDownMaxHeight Property (GcComboBox)
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.
public int DropDownMaxHeight {get; set;}
'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.