carlosrovira commented on issue #1073: URL: https://github.com/apache/royale-asjs/issues/1073#issuecomment-773296265
Hi, I think the problem is that `Grid` and `ScrollableGrid` are 100% width by default. The objective of both containers is to manage the inner content in a responsive way. But inside you must add one or more `GridCell`containers to segment the space in columns. Then in each column/cell you can add more containers (Card? HGroup?...) or other components and controls (Button, Label, TextInput,...) that will be sized in the right way. HTH ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
