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


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

    Property Value

    The maximum column width in pixels. The default is Double.PositiveInfinity.
    See Also