Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / ListWidth Property


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