Replies: 2 comments 4 replies
-
no, you can use layoutoptions = left center right to set position in maui. |
Beta Was this translation helpful? Give feedback.
2 replies
-
NO, there is none in Maui.Core and Maui Controls. But if you are using Comet C# MVU, there is a control called Spacer - it adds space above and below a Views |
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.
-
https://developer.apple.com/documentation/swiftui/spacer
A simple understanding is to maximize the height or width of the parent element within any layout component, while limiting the minimum height and width.
Beta Was this translation helpful? Give feedback.
All reactions