[What's New in .NET 7] Using .NET MAUI ContextMenus

preview_player
Показать описание
You can now attach a context menu to any visual element using a MenuFlyout control. When the user right-clicks that view, the flyout will appear in that location when run on a desktop platform.

Рекомендации по теме
Комментарии
Автор

Buenas Javier! Muchas gracias por tus aportes, estoy introduciendome en el desarrollo móvil con dotNet y tus aportes me resultan de mucha utilidad!

manuelalfarogarcia
Автор

Is there any way i can make this work on Android? I don't mind if there is any extra code to implement.

cristiantoma
Автор

I really like your video and explanations. I suppose that this just works on Windows since the right click does not work on mobiles ? Is it right ?

francoislepron
Автор

This works fine on Maui with .net 6, if I add this on Maui with .net 7 I get the error 'The Type FlyoutBase was not found'. What am I missing here?

michelmoorlag