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

Migrating the SlideView from Xamarin to .NET MAUI

The Telerik UI for .NET MAUI SlideView control has been designed and built from the ground up as a new control with a new API and significant improvements over its Xamarin counterpart.

The tables in the following sections list the differences between the APIs of the Xamarin.Forms SlideView and .NET MAUI SlideView.

Namespaces Differences

ControlControl nameXAML NamespcaceC# Namespace
Xamarin SlideViewRadSlideViewxmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.XamarinForms.Input"using Telerik.XamarinForms.Input;
.NET MAUI SlideViewRadSlideViewxmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"using Telerik.Maui.Controls;

API Differences

Xamarin SlideView.NET MAUI SlideView
IsSwipingEnabledInteractionMode
Indicator customization options in XamarinIndicator configuration options in .NET MAUI
PageSpacingSpacing
IsAnimatedSet AnimationDuration=0
Controlling the alignment of the contentN/A
IsInfiniteScrollingEnabledHasLooping
Customization properties for the slide buttonsStyling properties for the Navigation Buttons
ItemTemplateSelectorItemTemplate

See Also