Absolutely sure. The image based views were added in code.
If the Panel is added in code as well:
Panel1.Initialize("Panel1")
Activity.AddView(Panel1,0 ,0, 100%x, 100%y)
Panel1.Color = Colors.Black
then all is fine.
There is no means of confirming the result of "Bring to front" in the Designer.
Anyway, it's fine with me to add that panel in code.
By the way, your answers are too fast :icon_clap: