Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 680 Bytes

autosuggestbox_issuggestionlistopen.md

File metadata and controls

25 lines (16 loc) · 680 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.AutoSuggestBox.IsSuggestionListOpen
winrt property

Windows.UI.Xaml.Controls.AutoSuggestBox.IsSuggestionListOpen

-description

Gets or sets a Boolean value indicating whether the drop-down portion of the AutoSuggestBox is open.

-property-value

A Boolean value indicating whether the drop-down portion of the AutoSuggestBox is open.

-remarks

Do not set IsSuggestionListOpen in XAML. It's a state property for runtime interactions, and values set in XAML are ignored.

-examples

-see-also