Is it possible to have the tree component to fill its container?
I tried to give width/height 100% to the container div, it works for the div but the tree component is still placed with fixed w/h inside the container. Any clue?
If you resize the “row 2”, the div fits automatically but the tree does not.
Note that, the snipped has a webix layout instead of the 3rd party layout to explain it easily. So I ignored any child auto-resize feature(s) that the webix layout may have.