Suggestion - A way to notify users about this functionality
matteopiccioni opened this issue · 6 comments
Hello,
when the users go in the page with the list of items (only the first time?),
would be nice to have a way to show a short and strategic self-moving of the cells,
to inform the users that is possible to slide the cells
Thanks for your work!
@matteopiccioni yes, you can achieve it very easily
just call
await contextMenu.ScrollToAsync(40, 0, true);
contextMenu.ForceClose(true);
Hi Andrei Misiukevich,
I'm relative new to Xamarin and have a question.
How can I access a single element of ContextMenu when used in a ListView to trigger that ScrollToAsync on a single View only?
@CodeOfDarkness i think you should do it through code
I don't know how to access it by code
@CodeOfDarkness if you use ListView, you may create custom ViewCell e.g.
@AndreiMisiukevich Ok thanks for your quick help 👍