Hi all, is it possible to change the ZOrder of this border only? if so how would I do this?
Thanks
Hi all, is it possible to change the ZOrder of this border only? if so how would I do this?
Thanks
In short - no. The VB offers no Z ordering.
A Canvas panel does, though. You could use it instead of the VB to set the widgets’ positions in canvas, stacking the borders vertically. And then get the border’s canvas slot to set its Z order.
Thanks, I put them directly under the canvas panel and it works now