How to implement tap-and-hold context menus on WP7

The main user interface of WP7 uses the context menu and the context menu.

I have a ListBox that uses a DataTemplate for items. I would like the behavior to be identical to the list of applications in the main user interface. That is, when the user holds the object, a context menu appears next to it.

Here I read the posts: http://social.msdn.microsoft.com/Forums/en/windowsphone7series/thread/e6d2a444-91d9-4d69-937e-689b24c36c09 that list some hacker ways to implement this.

Has Microsoft published any specific recommendations on how to achieve this?

+4
source share

Source: https://habr.com/ru/post/1333904/


All Articles