This repository was archived by the owner on May 1, 2024. It is now read-only.
Replies: 2 comments 2 replies
-
The Popup control doesn't support a position margin as of right now. The way I have accomplished this is using a transparent background color and then adding the margin to the content view of the popup. |
Beta Was this translation helpful? Give feedback.
2 replies
-
hey @ahoefling thanks for your answer, i have tried the first approach and it didn't work, the second one did but it kind of a workaround. I believe it would be useful to have the ability to adjust popup with a margin value. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to adjust the popup position? for example I don't want it to be positioned at the extra bottom but with a slight vertical margin
VerticalOptions="End" HorizontalOptions="Center"
plus setting a margin to the popup itself. But , I don't see aMargin
property.Beta Was this translation helpful? Give feedback.
All reactions