Skip to main content
A newer version of this page is available. .

Flip View

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.

DXControls - FlipView

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