ComponentOne Input for WinForms
MaxDropDownItems Property

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > C1ComboBox Class : MaxDropDownItems Property
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 System.Integer
public System.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

Reference

C1ComboBox Class
C1ComboBox Members