MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / GetHeight Method
The specified number of items to calculate the height.

In This Topic
    GetHeight Method
    In This Topic
    Gets the height of the dropdown view for the specified number of items.
    Syntax
    'Declaration
     
    
    Function GetHeight( _
       ByVal itemsCount As Integer _
    ) As Integer
    int GetHeight( 
       int itemsCount
    )

    Parameters

    itemsCount
    The specified number of items to calculate the height.

    Return Value

    The height of the dropdown view.
    See Also