Reputation: 560
I have decided to use list view with SwipeControl at each item, first of all I have opened the AppUiBasics example provided by Microsoft, and I have found that I cannot slide any element which supports "sliding". I wonder if mouse pressed and moved is recognized as swipe bcos "SlidableListItem_RightCommandRequested" event never happens.
Can this "Swipe" movement be simulated with a mouse or it works only with sensor displays? What am I doing wrong or did i miss something?
Upvotes: 2
Views: 840
Reputation: 560
Not supported, here is an answer https://github.com/FrayxRulez/SwipeListView/issues/1 there is an alternative for desktop https://github.com/brookshi/LLMListView
Upvotes: 2