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

In This Topic
    MaxDropDownHeight Property (C1ComboBox)
    In This Topic
    Gets or sets maximum height constraint of the drop-down box.
    Syntax
    'Declaration
     
    
    Public Property MaxDropDownHeight As Double
    public double MaxDropDownHeight {get; set;}
    See Also