Page with toolbar and footer layout question #15289
Unanswered
williambuchanan2
asked this question in
General
Replies: 3 comments 11 replies
-
Hi can you add screenshot between androïd and iOS |
Beta Was this translation helpful? Give feedback.
7 replies
-
奇怪的布局bug, 试试我的布局库 https://github.com/xtuzy/SharpConstraintLayout |
Beta Was this translation helpful? Give feedback.
0 replies
-
Turns out it's another bug in Maui. Must have only recently been introduced because I am certain the problem wasn't there when I originally made the pages. Ended up having to calculate dimensions in code to set the height of the controls. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I am trying to make a page which has a top row (toolbar), main content in the middle, then a status bar along the bottom of the screen. If the main content is too large then I want it to scroll. Should be easy - right?
Below is the XAML I have been using but just can't seem to get it to work. More accurately - I can't get it to work on iOS. It works fine on Android but in iOS it just expands off the bottom of the screen so I can't see it.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions