Bilbosax opened a new issue #1070: URL: https://github.com/apache/royale-asjs/issues/1070
I've been reading and studying the Grid/Grid Cell Layout and have a couple of questions I need clarified. 1) If I have a Grid layout where there are two Grid Cells side by side and a user resizes the browser, is there a way to make the left GridCell end up on bottom instead of on top? 2) How do I make two GridCells have different widths when they are side-by-side, but the same width when they stack? I'd like the left cell to have a width of one unit, and the right to have a width of two units, for a total of three units when they are side-by-side, but be the same width when they are stacked one above the other. 3) Is there an event that fires when the GridCells shift so that I could change the layout of a component when the layout goes from two columns to one column? 4) Do components like a List placed inside a GridCell have a responsive layout, or do you have to listen to the resizing of the GridCell and adapt the List as needed? Thanks! ---------------------------------------------------------------- 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]
