New to Telerik UI for .NET MAUIStart a free 30-day trial

.NET MAUI SlideView Indicator

The SlideViewIndicator is a control that emphasizes changes from the current item to another item in a collection of items. This control also incorporates buttons to enable the end user to navigate between the next or previous items. On WinUI and MacCatalyst, the users can change the views by clicking the indicators.

The SlideViewIndicator is hosted in the RadSlideView and its properties can be assigned via the via the IndicatorStyle property of RadSlideView.

XAML
 <telerik:RadSlideView>
     <telerik:RadSlideView.IndicatorStyle>
         <Style TargetType="telerik:SlideViewIndicator">
             <Setter Property="MaxVisibleItems" Value="3" />
         </Style>
     </telerik:RadSlideView.IndicatorStyle>
</telerik:RadSlideView>

Find more examples with the IndicatorStyle in the Styling the SlideView Indicators article.

The following table represents the properties of the SlideViewIndicator.

PropertyDescription
HasLoopingDefines a value that indicates whether the navigation commands can navigate from the first to the last and from the last to the first items.
OrientationDefines the orientation of the control.
NavigationButtonsVisibillityDefines a value that controls the visibility of the navigation buttons.
NavigatеOnItemTapDefines a value indicating whether tapping on an item will update the current index of the SlideViewIndicator and whether navigation will follow.
AnimationDuration(int)Defines the duration (in milliseconds) of the animation that runs when the current index changes.
AnimationEasing(Easing)Defines the Microsoft.Maui.Easing of the animation that runs when the current index changes.
CurrentIndexDefines the index of the current item.
MaxVisibleItemsDefines a value indicating the maximum number of items to be displayed.
ItemsSourceDefines the ItemsSource of the SlideViewIndicator.

See Also

In this article
See Also
Not finding the help you need?
Contact Support