Tag:Self height
-
Implementation of flex layout to keep children high
After using flex layout, you will find that the height of all sub items will be the same after horizontal arrangement. This is because flex layout defaults to: Make all the subitems horizontal. The default is not wrap. Make the subitem as wide as its content, and change the height of all subitems to […]