.NET MAUI SlideView Overview
The Telerik UI for .NET MAUI SlideView is a flexible navigation control that allows you to slide between different views, thus providing an interactive navigation. With SlideView, you can build a gallery display to show your images and content efficiently.
Key Features of the .NET MAUI SlideView
-
Navigation—The SlideView control provides a variety of ways for navigation through its items—navigation buttons, indicators (Desktop), and pan gestures.
-
Buttons—Users can use the navigation buttons to switch through the different views.
-
Indicators—Show changes when navigating from the current item to another item.
-
Customizable indicators and navigation buttons—SlideView allows you to customize the appearance of the indicators and slide buttons.
-
Item Template—You can define an Item Template that allows you to present the data in the views in the most suitable way for your scenario.
-
Infinite Looping—The SlideView control provides infinite scrolling mechanism - when user reaches the last item it allows to repeat the views.
-
Commands support—The Telerik UI for .NET MAUI SlideView exposes a number of commands that will be executed when the slide actions occurs.
-
Control Template—You can change the appearance of the SlideView component through a Control Template. To customize how
RadSlideView
looks, modify the default Control Template.