title | page_title | description | position | slug |
---|---|---|---|---|
Methods |
.NET MAUI SlideView Documentation - Methods |
Review the different methods you can call when using the Slideview for .NET MAUI. |
11 |
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
.
- [Using Navigation Buttons in SlideView]({%slug slideview-interaction%})
- [Executing Commands on Slide Action]({%slug slideview-commands%})
- [Using an Item Template in SlideView]({%slug slideview-item-template%})
- [Changing the SlideView Appearance through a Control Template]({%slug slideview-control-template%})
- [Styling the SlideView Component]({%slug slideview-navigation-buttons-styling%})
- [Styling the SlideView Indicators]({%slug indicators-styling%})