.NET MAUI SlideView Methods
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
.