MultiSelect for WinForms
MaxDropDownItems プロパティ (C1ComboBox)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > C1ComboBox クラス : MaxDropDownItems プロパティ
Gets or sets the maximum number of items to be shown in the drop-down portion of the C1ComboBox.
シンタックス
'宣言
 
Public Property MaxDropDownItems As System.Integer
public System.int MaxDropDownItems {get; set;}
解説

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.

参照

C1ComboBox クラス
C1ComboBox メンバ