Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / ItemHeight Property

In This Topic
    ItemHeight Property (C1ComboBox)
    In This Topic
    Gets or sets the height of an item in the C1ComboBox control.
    Syntax
    'Declaration
     
    
    Public Property ItemHeight As Integer
    public int ItemHeight {get; set;}
    Remarks
    To enable autosizing, set this properties to -1.
    See Also