Variable in Gird

How to add various types like images, variable etc. in grid.
I can only add text in grid.

You can only place text into the grid cells.
Any widgets can only be placed on top or behind the grid.

However, I learned for myself, that (this) grid is mostly more pain than relief.
I usually solve these kind of things with borders of widgets or any other layout things…

1 Like

@thorsten.langner that’s an interesting way to achieve this requirement.
I will try it out!

Thank you