This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Hi everyone, I want to ask if it is possible to disable / enable swipe gesture in SideMenuView in some way, for example in SfNavigationDrawer EnableSwipeGesture has this property. Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Answered by
bijington
Nov 10, 2021
Replies: 1 comment 1 reply
-
@ORRNY66 looking through the code I can see that there is a mechanism to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ORRNY66 looking through the code I can see that there is a mechanism to
SetMenuGestureEnabled
. I haven't tested this myself but it would be worth seeing if this will provide what you need.XamarinCommunityToolkit/src/CommunityToolkit/Xamarin.CommunityToolkit/Views/SideMenuView/SideMenuView.shared.cs
Line 160 in 2c26775