Sylvain
February 15, 2022, 10:10pm
1
Hi
Trying to have some buttons behaving like folders and subfolders :
I thought, using expand / layout / scroll, that it would be possible to keep each button's height unchanged, and to access the panel's scrollbar when to many buttons would be visible.
But i don't get it.
Is it possible ?
Try setting the container's contain
property to false.
Sylvain
February 15, 2022, 10:41pm
3
Ok, that's perfect, thank you.
Sylvain
February 16, 2022, 11:00am
4
Isn't it possible with a matrix too ?
I tried with one matrix properties:
expand : false
layout : vertical
contain : false
scroll : true
But it doesn't work. What am i missing there ?
Thank you
Setting the children's width or height in the props
property should work.
scrollable_matrix.json (2.2 KB)
Sylvain
February 16, 2022, 3:18pm
6
Thank you.
Strange... i looked at your json... re-opened my session... and realised that i had already set height, and that it was working...
Maybe something went wrong when i first was trying to do the stuff, and that closing/reopening my session fixed the bug...