ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexComboBox Class / MaxDropDownHeight Property

In This Topic
    MaxDropDownHeight Property (C1FlexComboBox)
    In This Topic
    Gets or sets the maximum height of the dropdown in pixels.
    Syntax
    'Declaration
     
    
    Public Property MaxDropDownHeight As Double
    public double MaxDropDownHeight {get; set;}
    See Also