Matrix Object Question (1 Column with horizontal faders)

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 :raised_hands:

Hello,

Yeah, it's possible.
Just set the matrix layout to vertical and justify start.
Then, in the matrix props make sure to use:

{
  "design": "compact",
  "horizontal": "true",
  "lineWidth": 0
}
1 Like

I tell you, you rule man!
Thanks a lot, very appreciated.

1 Like