Context menu contribution #27
-
Hi! I haven't really tried MAUI yet, but I was wondering if it makes sense to port my existing context menu plugin for XF to MAUI as a part of this community toolkit or if something would be implemented natively in the MAUI itself and porting it would be just a waste of time? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments
-
This would be really AWESOME!!! |
Beta Was this translation helpful? Give feedback.
-
Hey, @anpin thanks for your interest in our Maui Community Toolkit. Can you tell how your plugin is different from our PopUp control? I believe that we can archive the same goal with the PopUp + anchor feature. Maybe your plugin has more properties that make the creation of the context menu easier and we can expand our PopUp control with those properties. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Hi @pictos that is what I’m asking essentially, if there is something already implemented to cover such functionality in the toolkit. I will take a look at the popup control thanks. |
Beta Was this translation helpful? Give feedback.
-
I briefly looked over this repo and main dotnet/MAUI repo and I couldn't find the PopUp control. @pictos can you point me in the right direction please? |
Beta Was this translation helpful? Give feedback.
-
@anpin doens look like it's been ported over yet - https://github.com/xamarin/XamarinCommunityToolkit/tree/main/src/CommunityToolkit/Xamarin.CommunityToolkit/Views/Popup |
Beta Was this translation helpful? Give feedback.
-
I believe that Popup has now (for a while actually) been ported. Samples source. |
Beta Was this translation helpful? Give feedback.
-
Context Menu is a part of .NET MAUI 7, so it won't be a part of the CommunityToolkit. |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
Context Menu is a part of .NET MAUI 7, so it won't be a part of the CommunityToolkit.