Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MultiColumnComboBoxCellType Class / ListHeight Property
Example


In This Topic
    ListHeight Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets the height (in pixels) of the list.
    Syntax
    'Declaration
     
    
    Public Property ListHeight As Short
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As Short
     
    instance.ListHeight = value
     
    value = instance.ListHeight
    public short ListHeight {get; set;}

    Property Value

    Integer number of pixels in the height of the list
    Example
    This example sets up the multi column combobox.
    See Also