Move components on Z Axis
-
@Christoph-Hart Is there a way to raise or lower a component in its parent?
If not, is there an "easy" way to implement it? -
Is there a way to raise or lower a component in its parent?
A child will always be displayed above the parent. What are you trying to do?
-
You can drag them in the component list but there‘s no way of changing the order on runtime or via script.
-
@d-healey @Christoph-Hart I am trying to manually move children between them (swapping their order in fact)
Everything works perfectly, but because of their static Z position, it is impossible to keep the focus so one is never passing behind the others. -
@ustk Might be possible with paint routines but I don't think you can do it with standard controls.
-
@d-healey Yep that's exactly what I was thinking, using a paintRoutine... But I have to redesign the beast if I am motivated enough