Hi guys, Apologies if this is something super basic, but I couldn't find a way to do this on the editor yet. Is possible to set up the matrix to have its childs , like this (1 Column with horizontal (N) faders?
I've read and tried using layout/grid-template, but I couldn't make it work. Thanks in advance
Hello,
Yeah, it's possible. Just set the matrix layout to vertical and justify start. Then, in the matrix props make sure to use:
layout
vertical
start
props
{ "design": "compact", "horizontal": "true", "lineWidth": 0 }
I tell you, you rule man! Thanks a lot, very appreciated.