Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.07 KB

methods.md

File metadata and controls

23 lines (18 loc) · 1.07 KB
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

.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 is true.

See Also

  • [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%})