Popup size isn't constrained to containing page #761
-
Big central popup well-proportioned.
One label causes the popup to shrink to fit
Adding a long label causes it to extend well beyond the screen. On Android, if it matters. The documentation suggests sizing should automatically fit unless HorizontalOptions or VerticalOptions are customized, which I am not. I'm using Am I missing something, or is this a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I believe there is a |
Beta Was this translation helpful? Give feedback.
-
@BioTurboNick, the calculation is based on how each layout calculates itself and takes that as the actual size for the Popup. I grabbed this phrase from the docs:
As you can see it |
Beta Was this translation helpful? Give feedback.
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
@BioTurboNick, the calculation is based on how each layout calculates itself and takes that as the actual size for the Popup. I grabbed this phrase from the docs:
As you can see it
tries
to constrain.