How to achieve relative layout in scrollviewer?

https://www.babylonjs-playground.com/#13CF95#1
I find this demo but i want to push image in bottom,
I want to achieve VERTICAL or HORIZONTAL layout with text and image

You can use a grid

https://www.babylonjs-playground.com/#C3RDBS#2

https://www.babylonjs-playground.com/#C3RDBS#3

2 Likes

your demo’s grid has a Fixed height 1600px,but my project’s grid is not fixed,
I want to add Uncertain number textblock or image into grid.
if i set grid.height = 1,scrollviewer’s verticalBar will never appear again

1 Like