Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 828 Bytes

listpickerflyout.md

File metadata and controls

26 lines (16 loc) · 828 Bytes
-api-id -api-type
T:Windows.UI.Xaml.Controls.ListPickerFlyout
winrt class

Windows.UI.Xaml.Controls.ListPickerFlyout

-description

Represents a control that allows a user to pick one or more items from a list. See Remarks.

-remarks

Important

ListPickerFlyout is not supported for use in Universal Windows Platform (UWP) app for Windows 10. Instead, to let a user to pick one item from a list use a MenuFlyout. To let a user pick multiple items, use a Flyout with a list that has multiple-selection enabled.

-examples

-see-also

PickerFlyoutBase