You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2021/02/04 13:17:11 UTC

[GitHub] [royale-asjs] carlosrovira commented on issue #1073: Width Problem - Label in a ScrollableGrid

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:
users@infra.apache.org