Back to Devexpress

Flip View

wpf-15021-controls-and-libraries-windows-modern-ui-content-containers-flip-view.md

latest1.0 KB
Original Source

Flip View

  • Apr 01, 2021

A FlipView is a WindowsUI container which displays a single item at a time and allows end-users to flip through items such as photos.

An end-user can use side navigation buttons to navigate through items.

FlipView is an ItemsControl , so it can contain items of any type, but it is strongly recommended that you use the specially designed FlipViewItem objects. To populate a FlipView with items, set its ItemsSource property to a data source, or add the required objects to the Items collection.

To specify how items in the FlipView are displayed, create a DataTemplate object and assign it to the ItemTemplate property.

Examples

How To: Create a FlipView and Populate It with Data

See Also

FlipView