-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FlexLayout Padding not working #15991
Comments
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
Verified this on Visual Studio Enterprise 17.7.0 Preview 5.0. Repro on Android 13.0-API33 and iOS 16.4 .NET 8 with below Project: |
+1 |
Also having the same issue. Having to use Margins instead of Padding as a workaround which isn't ideal. Please fix this! Installed Workload Id Manifest Version Installation Sourcemaui-windows 8.0.3/8.0.100 VS 17.8.34525.116 |
Something as simple as padding is a bug for MAUI's layouts? This shows how terrible the technology is. |
Este error sigue existiendo con net 8 y vs 2022 17.9.5 |
Would be great if someone could fix this. |
Any update on this? Having something as simple as padding not work is a pretty big deal and is making our migration from Xamarin to MAUI very painful 😢 |
Also waiting on a fix for this! |
I have the same issue!! When will this be fixed?!?! |
I have the same problem, I am migrating from xamarin to .NET Maoi and I am having problems with the padding in the FlexLayouts, even the margin does not work well either. |
Description
Padding does not work in FlexLayout.
It works in Xamarin.Forms and was displayed correctly before migration to MAUI.
After MAUI migration, the layout is broken.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/muak/FlexIssue
Version with bug
7.0.86
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
iOS15.4 / Android API33
Did you find any workaround?
Set parent layout padding.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: