Hello people,
In my application, i have 2 container. One panel (top of my application, a banner), and one tabstrip (80% of my screen), with several tabs.
I have a button in my banner to display a bookmark Panel.
My issue is : this bookmark panel have to be display above my tabstrip, but i don't want this panel belong to this tabstrip (in order to be called by each tab).
But if I do this, my panel is displayed in background of Tabstrip (so we can't see it), and i want to display this panel in foreground...
Is it possible to manage foreground/background between 2 containers components ?
Thank all !
Best Regards