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"

In Development
Last Updated: 03 Jun 2024 08:45 by ADMIN
when placing the control in ScrollView the pan gesture for navigation to another item does not work as expected. The CarouselView works as expected.