ComboBox.DropDownHeight Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the height in pixels of the drop-down portion of the ComboBox.
public:
property int DropDownHeight { int get(); void set(int value); };
[System.ComponentModel.Browsable(true)]
public int DropDownHeight { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.DropDownHeight : int with get, set
Public Property DropDownHeight As Integer
Property Value
The height, in pixels, of the drop-down box.
- Attributes
Exceptions
The specified value is less than one.
Remarks
Setting the DropDownHeight property resets the IntegralHeight property to false
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.