Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / DropDownHeight Property

In This Topic
    DropDownHeight Property (C1ComboBox)
    In This Topic
    Gets or sets the height of the dropdown (set to Double.NaN to size automatically).
    Syntax
    'Declaration
     
    
    Public Property DropDownHeight As Double
    public double DropDownHeight {get; set;}
    See Also