Designing pages to scale with different screen sizes #16377
Unanswered
headintheclouds21
asked this question in
Q&A
Replies: 0 comments
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.
-
I'm struggling to find a way to write the XAML in a way that scales with different mobile devices (iOS/Android). What are the best practices for designing a page to fit for various screen sizes? Is there a specific layout that's best for achieving this? I've tried with the
VerticalStackLayout
along with setting theVertical Options
toFillAndExpand
and theContent Page
is being shown as larger than the screen size with some of the controls being partially off the screen. Any advice is appreciated.Beta Was this translation helpful? Give feedback.
All reactions