Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ListBoxLength Structure / Auto Property


In This Topic
    Auto Property
    In This Topic
    Gets a ListBoxLength structure that represents the standard automatic sizing mode.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Auto As ListBoxLength
    'Usage
     
    Dim value As ListBoxLength
     
    value = ListBoxLength.Auto
    public static ListBoxLength Auto {get;}

    Property Value

    A ListBoxLength structure that represents the standard automatic sizing mode.
    Remarks
    The standard automatic sizing mode sizes GcListBox columns based on the contents of both SubItems and column headers.
    See Also