Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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