New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI SlideView Methods
Updated on Oct 24, 2025
The SlideView for .NET MAUI gives you the option to navigate to the desired item by using the NavigateToIndex(int index, bool useAnimation = true) method. The parameters are:
index (int)—Specifies the index of the item the control navigates to.useAnimation (bool)—Specifies whether animation is used during navigation. The default value istrue.