DropDownHeight Property (PrepareDropDownEventArgs)
In This Topic
Height of the DropDown, modify to set a custom size, set double.NaN to use default.
Syntax
'Declaration
Public Property DropDownHeight As Double
public double DropDownHeight {get; set;}
See Also