MultiSelect for WPF | ComponentOne
C1.WPF.Input Namespace / C1MultiSelect Class / DropdownHeight Property

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