cancel
Showing results for 
Search instead for 
Did you mean: 

insert() instead of add() to insert a button as Z-order

COSEBE
Associate III

Why is it not possible to insert a button instead of adding this button with add() ?

I need to place it in a specific Z position

1 REPLY 1
Martin KJELDSEN
Chief III

It just isn't 🙂

You can roll your own by calling remove(), add()-ing where you want to, then re-add() the ones you removed.

/Martin