Skip to main content

Slide View

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.

DXControls - SlideView

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