Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / WinComboBox Class / ColumnWidthAdjustment Property


In This Topic
    ColumnWidthAdjustment Property
    In This Topic
    Gets or sets a ColumnWidthAdjustment value defining how the widths of the columns in the combobox's dropdown are adjusted.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Defines how the widths of the columns in the combobox's dropdown are adjusted.")>
    <CategoryAttribute("Appearance")>
    Public Property ColumnWidthAdjustment As ColumnWidthAdjustment
    'Usage
     
    Dim instance As WinComboBox
    Dim value As ColumnWidthAdjustment
     
    instance.ColumnWidthAdjustment = value
     
    value = instance.ColumnWidthAdjustment
    [Description("Defines how the widths of the columns in the combobox's dropdown are adjusted.")]
    [Category("Appearance")]
    public ColumnWidthAdjustment ColumnWidthAdjustment {get; set;}

    Property Value

    A ColumnWidthAdjustment defining how the widths of the columns in the combobox's dropdown are adjusted. By default DefaultColumnWidthAdjustment.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also