Hello SyncFusion team,
Still on the same App that use (cf: NavigationDrawer in SfTabView):
Page > SfNavigationDrawer (Swiping is disabled)
- Content :
SfTabView >
Tab1
Tab2
Tab3 >
ListView >
CustomCell containing SfListView with Orientation="Horizontal"
on iOS > Scrolling horizontally is working great : SfTabView is not catching horizontal scrolling and so, SfListView is working great.
on Android > Scroll event is never catched by Horizontal SfListView :
- If I scroll right to left, on tab3, it should at least scroll).
- If I scroll left to right, on tab3, it goes back to tab2.
So, I need this horizontal SfListView to be scrollable.
Is there a known bug/workaround for this behavior ?
Regards,
Cyril