Version

DropDownHeight Property

Gets or sets the height of the drop down.
Syntax
'Declaration
 
Public Property DropDownHeight As Unit
public Unit DropDownHeight {get; set;}

Property Value

A Unit value, indicating the height of the drop down.
Remarks

This value applies to the portion of the drop down that is visible when the drop down is clicked to display the list of values.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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