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


In This Topic
    ListBoxLength Structure
    In This Topic
    Represents the lengths of elements within the GcListBox control.
    Object Model
    ListBoxLength Structure
    Syntax
    'Declaration
     
    <TypeConverterAttribute(GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListBoxLengthConverter)>
    Public Structure ListBoxLength 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ListBoxLength
    [TypeConverter(GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListBoxLengthConverter)]
    public struct ListBoxLength : System.ValueType 
    Remarks
    XAML Values

    Auto

    Literal string value that enables Auto sizing, which sizes GcListBox columns based on the contents of both cells and column headers.

    SizeToHeader

    Literal string value that enables SizeToHeader sizing, which sizes GcListBox columns based on the contents of column headers only.

    SizeToSubItems

    Literal string value that enables SizeToSubItems sizing, which sizes GcListBox columns based on the contents of cells in the column, not including column headers.

    *

    Literal string value that indicates width is a weighted proportion of the remaining space.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListBoxLength

    See Also