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


In This Topic
    ListResizeColumns Property
    In This Topic
    Gets or sets how the columns in the drop-down list are sized when displayed.
    Syntax
    'Declaration
     
    
    Public Property ListResizeColumns As ListResizeColumns
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As ListResizeColumns
     
    instance.ListResizeColumns = value
     
    value = instance.ListResizeColumns
    public ListResizeColumns ListResizeColumns {get; set;}
    See Also