[]
        
(Showing Draft Content)

C1.Win.C1Input.C1ComboBox.MaxDropDownItems

MaxDropDownItems Property

MaxDropDownItems

Gets or sets the maximum number of items to be shown in the drop-down portion of the C1ComboBox.

Declaration
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.