Are we able to disallow a user from swiping?
JustinJWyatt opened this issue · 5 comments
I need to be able to set on the context item view whether I want the user to be able to swipe based on a condition.
can you try to set IsEnabled=False? (to entire context menu view)
can you try to set IsEnabled=False? (to entire context menu view)
Yes I have tried setting ExtendedSideContextMenuView.IsEnabled
to False
but this actually disables my TapGestureRecognizer
within my SideContextMenu.View
. I don't want my tap gesture disabled. I want it to only prevent the user from swiping the one item based on a condition for that one item in collection view.
Well, try to set IsVisible=False for Context view then
But honestly speaking I am not sure that this is possible with the current implementation
@JustinJWyatt
closing it due to inactivity