Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcListBox Class / MinColumnWidth Property


In This Topic
    MinColumnWidth Property
    In This Topic
    Gets or sets the minimum width of columns in the GcListBox. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property MinColumnWidth As Double
    'Usage
     
    Dim instance As GcListBox
    Dim value As Double
     
    instance.MinColumnWidth = value
     
    value = instance.MinColumnWidth
    public double MinColumnWidth {get; set;}

    Property Value

    The minimum column width in pixels. The default is 20.
    See Also