Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 883 Bytes

combobox_maxdropdownheight.md

File metadata and controls

32 lines (21 loc) · 883 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ComboBox.MaxDropDownHeight
winrt property

Windows.UI.Xaml.Controls.ComboBox.MaxDropDownHeight

-description

Gets or sets the maximum height for a combo box drop-down.

-xaml-syntax

<ComboBox MaxDropDownHeight="double"/>

-property-value

The maximum height of the drop-down. The default is infinity.

-remarks

Note

In Windows 8, this property is ignored. If this property is set incorrectly (set to 0, for example) in an app that's compiled for Windows 8, the app might behave incorrectly or crash when it's run in Windows 8.1. You should set this property to a value of 76 or greater to make sure the scroll buttons show and behave correctly when the ComboBox is open.

-examples

-see-also