This repository has been archived by the owner on May 17, 2023. It is now read-only.
Change StackLayout's wrap to nowrap #1535
Labels
🖥️api / dx
Improvements to developer/user experience
🎃 hacktoberfest
https://hacktoberfest.digitalocean.com
🙋♀️ user-request
Feature requested or reported by our users
I get that the
wrap
property for the StackLayout is a boolean. But, the values seem to mismatch. I would think if thewrap
property exists then the boolean value would be true. However, after digging and reading some of the other issues and documentation I see the intention is to wrap by default.Since
nowrap
is being rendered forflex-wrap
whenwrap
is specified, I think it would be better if the property wasnowrap
instead ofwrap
.At first, this was not straight forward so I left the
wrap
property off and ended up explicitly specifying it. It didn't dawn on me until I started playing around with the documentation a little more.It makes sense now, because I see on the documentation the toggle is false by default. But, initially it was misleading.
The text was updated successfully, but these errors were encountered: