Hello,
I cannot create a horizontally oriented stack panel. I started with an example from the documentation
added line 34
panel.isVertical = false;
and the panel disappeared
Please let me know what I am doing wrong
Thank you
Hello,
I cannot create a horizontally oriented stack panel. I started with an example from the documentation
added line 34
panel.isVertical = false;
and the panel disappeared
Please let me know what I am doing wrong
Thank you
You would need the width to not be relative https://playground.babylonjs.com/#XCPP9Y#22108