Z Ordering inside of Grid Panels

I was trying to overlay a Text Block over a custom inventory slot widget inside a Grip Panel, however the text is displayed behind the inventory slot and can’t be seen. I went to go change the Z order of the text block but found that’s not possible inside a grid panel.

Is there any way to get one widget to display over another in a grid panel? Looking through the details panel I can’t see anything that looks like it would help.

Here’s a screenshot of what’s happening, you can see the text is obscured by the inventory slot widget.

342597-screenshot-20.png

Is there any way to get one widget to
display over another in a grid panel?

For 2 elements occupying the same slot of the Grid Panel:

Here, the text layer is 2 while the border is set to 1.


If this is supposed to be a pop-up / tooltip message, there are more elegant ways of handling it, though. Consider elaborating on the end goal - what the text is supposed to represent; in case the above suggestion does not deliver.

1 Like

The layer variable does not appear for me as I am using a uniform grid panel but I can switch over to one, Thank you for your help!