Replies: 1 comment 2 replies
-
While writing a custom layout initially may be intimidating, it's actually really not that difficult to do. This might be a good application of it. There's some great examples here: https://github.com/hartez/CustomLayoutExamples Alternatively you may be able to achieve what you want with triggers. Here's a nice blog that describes an approach: https://blog.ewers-peters.de/add-responsive-layouts-to-your-maui-app |
Beta Was this translation helpful? Give feedback.
2 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.
-
To simplify things, I'll start off with the behavior I'm looking for.
1 row:
MinimimumWidthRequest
, it should flow into row 22 rows
I have something very similar to what I'm looking for, but row 1 seems to arbitrarily fitting to about half of available screen width.
What I want with only 1 row of
FlexLayout
:What I want when child 2 hits it's
MinimumWidthRequest
:I know how to accomplish this in HTML + CSS, but I don't see a MAUI equivalent to this sort of dynamic layout?
An example or PoC that accomplishes the above would be awesome.
Beta Was this translation helpful? Give feedback.
All reactions