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


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

    Property Value

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