What do you want to achieve?
I want to use Grid Layouts as specified here
Do you see alternative options and workaround to achieve it?
Flex Layout with percentage sizes for all elements.
Mention some use cases
Making a grid of buttons is the obvious use.
Hi, currently, only Flex layout is available in the Studio. Grid layouts aren’t supported yet, so you’ll need to stick with Flex layout and percentage sizing as your workaround for now.
However, you can achieve flexible button arrangements with Flex layout too. Just put a flex layout on the parent widget of your buttons, then depending on whether you’re using horizontal or vertical arrangement, set the buttons’ width or height to ft (fill) value. This will proportionally adjust the button sizes automatically.
You can find a tutorial video about flex layout here: https://www.youtube.com/watch?v=tXDXON9dYpI
Hope this helps with your button grid setup!