Getting Started with WinForms Carousel
The minimum required to use RadCarousel is:
- Create a path instance and assign it. The path defines the route, in three dimensions, that the carousel elements will appear to animate through. For example, you can have an elliptical path thats tilted back on a 45 degree angle.
- Add some items to the carousel Items collection.
The example below demonstrates creating an elliptical path and populating the carousel items with button and label elements.
1. In a new WinForms project, add a RadCarousel to the default form. Set its Dock property to Fill.
2. Add the following code to the form's Load
event handler:
3. Press F5
to run the application. You can use the button or directly click the items in order to select particular item.
Telerik UI for WinForms Learning Resources
- Telerik UI for WinForms Carousel Component
- Getting Started with Telerik UI for WinForms Components
- Telerik UI for WinForms Setup
- Telerik UI for WinForms Application Modernization
- Telerik UI for WinForms Visual Studio Templates
- Deploy Telerik UI for WinForms Applications
- Telerik UI for WinForms Virtual Classroom(Training Courses for Registered Users)
- Telerik UI for WinForms License Agreement)