ComponentOne Basic Library for WPF and Silverlight
DropDownHeight Property (PrepareDropDownEventArgs)


C1.WPF Namespace > PrepareDropDownEventArgs Class : DropDownHeight Property
Height of the DropDown, modify to set a custom size, set double.NaN to use default.
Syntax
'Declaration
 
Public Property DropDownHeight As System.Double
'Usage
 
Dim instance As PrepareDropDownEventArgs
Dim value As System.Double
 
instance.DropDownHeight = value
 
value = instance.DropDownHeight
public System.double DropDownHeight {get; set;}
See Also

Reference

PrepareDropDownEventArgs Class
PrepareDropDownEventArgs Members