ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / MaxDropDownItems Property

In This Topic
    MaxDropDownItems Property
    In This Topic
    Gets or sets the maximum number of items to be shown in the drop-down portion of the C1ComboBox.
    Syntax
    'Declaration
     
    
    Public Property MaxDropDownItems As Integer
    public int MaxDropDownItems {get; set;}
    Remarks

    When MaxDropDownItems is 0, the height of DropDown is half of screen height.

    If MaxDropDownItems does not fit screen height then the result height fit the maximum available space on screen.

    The default height of item is height of first item of the C1ComboBox.

    See Also