How to set popup placement at bottom side of any other control using MAUI XAML #2025
dhaval5382
started this conversation in
New Feature Discussions
Replies: 3 comments 12 replies
-
You'll want to use an anchor. Here's a sample from our Sample App: https://github.com/CommunityToolkit/Maui/blob/main/samples/CommunityToolkit.Maui.Sample/Pages/Views/Popup/PopupAnchorPage.xaml |
Beta Was this translation helpful? Give feedback.
12 replies
-
If any update please update me. This issue is very important for me |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @dhaval5382, a trick we've been doing with Popup is creating a transparent full-screen popup, and we manage precise control of the children within. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to set popup placement at bottom side of any other control using MAUI XAML
Beta Was this translation helpful? Give feedback.
All reactions