In Development
Last Updated: 01 Jul 2024 07:25 by ADMIN
Scheduled for 2024 Q3
when placing the control in ScrollView the pan gesture for navigation to another item does not work as expected. The CarouselView works as expected. 
In Development
Last Updated: 07 Jun 2024 07:22 by ADMIN

You cannot swipe along with the content when navigation to another item. You have to swipe outside of the content. Video is attached


Workaround: 

Use the navigation buttons for navigating to another view.

    <telerik:RadSlideView x:Name="slideView"
                NavigationButtonsVisibility="Visible"

Unplanned
Last Updated: 12 Apr 2024 10:25 by Dennis
Created by: Dennis
Comments: 0
Category: SlideView
Type: Feature Request
1
Why no EmptyView template?  The one thing missing between the RadSlideView and CarouselView is an EmptyTemplate definition. 
Completed
Last Updated: 19 Jul 2023 06:37 by ADMIN
Release 6.0.0
In Xamarin, I was able to create a List of various ContentViews all with their own data bindings and view models. I was able to use a Telerik SlideView bound to this list, and the SlideView would display each view and the bindings and commands would work, and each view’s ViewModel. This approach doesn't work in Maui.