Back to Devexpress

Slide View

wpf-15020-controls-and-libraries-windows-modern-ui-content-containers-slide-view.md

latest1.1 KB
Original Source

Slide View

  • Apr 01, 2021

A SlideView is a container inspired by the Microsoft Windows 8 UI that stores multiple items and arranges them in a single row. An end-user can scroll through items horizontally via the slide bar.

A SlideView can store items of any type. SlideViewItem objects that are specially designed to be displayed within a SlideView are also available. You can add required items to the SlideView’s Items collection, or use the ItemsSource property to set the data source.

If an end-user navigates to a SlideView hosted within a NavigationFrame object, the SlideView displays a built-in back button. See the Navigation topic to learn more.

Examples

How To: Create a SlideView and Populate It with Data

See Also

SlideView