Getting Started with WPF Carousel
This tutorial will walk you through the creation of a simple application containing RadCarousel and will show you how to:
Assembly References
To use RadCarousel, add references to the following assemblies:
- Telerik.Licensing.Runtime
- Telerik.Windows.Controls
- Telerik.Windows.Controls.Navigation
- Telerik.Windows.Data
You can find the required assemblies for each control from the suite in the Controls Dependencies help article.
With the 2025 Q1 release, the Telerik UI for WPF has a new licensing mechanism. You can learn more about it here.
Adding Telerik Assemblies Using NuGet
To use __RadCarousel__
when working with NuGet packages, install the Telerik.Windows.Controls.Navigation.for.Wpf.Xaml
package. The package name may vary slightly based on the Telerik dlls set - Xaml or NoXaml
Read more about NuGet installation in the Installing UI for WPF from NuGet Package article.
Adding RadCarousel to the Project
Example 1: Adding RadGridView to application
Binding RadCarousel to a Collection of Custom Objects
For the purpose of this tutorial we will create a new Employee class with a couple of properties:
Example 2: The Employee class
Furthermore, as some data will be needed, we will create EmployeeService class that provides a static GetEmployees() method:
Example 3: The EmployeeService class
Once all the data is prepared, we may set the RadCarousel's ItemsSource:
Example 4: Setting RadCarousel's ItemsSource
After running the application, you will see the following result:
Figure 1: RadCarousel displaying a list of employees
Display images in RadCarousel
Generally, RadCarousel may be easily used for displaying images and navigating through them. All you need to do is to add those that you want to be visualized in a List for example and set RadCarousel's ItemsSource:
Example 5: Setting RadCarousel's ItemsSource to a list of images
Figure 2 shows the final result:
Figure 2: RadCarousel displaying a list of images
Setting a Theme
The controls from our suite support different themes. You can see how to apply a theme different than the default one in the Setting a Theme help article.
Changing the theme using implicit styles will affect all controls that have styles defined in the merged resource dictionaries. This is applicable only for the controls in the scope in which the resources are merged.
To change the theme, you can follow the steps below:
Choose between the themes and add reference to the corresponding theme assembly (ex: Telerik.Windows.Themes.Material.dll). You can see the different themes applied in the Theming examples from our WPF Controls Examples application.
-
Merge the ResourceDictionaries with the namespace required for the controls that you are using from the theme assembly. For the RadCarousel, you will need to merge the following resources:
- Telerik.Windows.Controls
- Telerik.Windows.Controls.Navigation
Example 2 demonstrates how to merge the ResourceDictionaries so that they are applied globally for the entire application.
Example 2: Merge the ResourceDictionaries
Alternatively, you can use the theme of the control via the StyleManager.
Figure 4 shows a RadCarousel with the Material theme applied.
Figure 4: RadCarousel with the Material theme
Telerik UI for WPF Learning Resources
- Telerik UI for WPF Carousel Component
- Getting Started with Telerik UI for WPF Components
- Telerik UI for WPF Installation
- Telerik UI for WPF and WinForms Integration
- Telerik UI for WPF Visual Studio Templates
- Setting a Theme with Telerik UI for WPF
- Telerik UI for WPF Virtual Classroom (Training Courses for Registered Users)
- Telerik UI for WPF License Agreement