I've been playing with this library for a week or so, and I've come across a very helpful layout debugging tool: Apply a 1 pixel black border around all elements and remove any other styling, this way you can easily see which elements may not be width fill or height fill, and you can also diagnose other problems easier as well.
The one pain to this approach is manually editing your stylesheet for this, or creating and managing a separate wireframe sheet to swap in. It would be nice if this debugging tool were built into the library. Something like Style.Debug.wireframe : Style.StyleSheet style variation.
I've been playing with this library for a week or so, and I've come across a very helpful layout debugging tool: Apply a 1 pixel black border around all elements and remove any other styling, this way you can easily see which elements may not be
width fill
orheight fill
, and you can also diagnose other problems easier as well.The one pain to this approach is manually editing your stylesheet for this, or creating and managing a separate wireframe sheet to swap in. It would be nice if this debugging tool were built into the library. Something like
Style.Debug.wireframe : Style.StyleSheet style variation
.