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


In This Topic
    ItemHeight Property
    In This Topic
    Gets or sets the height, in pixels, of each item in the combobox.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The height, in pixels, of each item in the combobox.")>
    <CategoryAttribute("Appearance")>
    <AmbientValueAttribute(-2147483648)>
    <LocalizableAttribute(True)>
    Public Property ItemHeight As Integer
    'Usage
     
    Dim instance As WinComboBox
    Dim value As Integer
     
    instance.ItemHeight = value
     
    value = instance.ItemHeight
    [Description("The height, in pixels, of each item in the combobox.")]
    [Category("Appearance")]
    [AmbientValue(-2147483648)]
    [Localizable(true)]
    public int ItemHeight {get; set;}

    Property Value

    A value representing the height, in pixels, of each item in the combobox. By default, DefaultItemHeight.
    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