Hi,
Environment: IOS with Xamarin forms.
I have a list view in which I have context menu for each list view item. Here, we refresh whole list after some interval of time. The context menu appears when we slide any list view item. This is fine.
The problem I am facing is, that context menu when open disappears every time the list view is refreshed. So, here how do I know whether context menu of any of list view item is open (not clicked), So that I can stop the refresh of listview. Any help/guidance is appreciated.
Thanks.