Hi,

I am using numerous panels (let's call them A-panels) which are added on a host panel. To access them I use host.Controls[index]. On the host panel, there are some other panels which should in the foreground. They must be visible, so I call their BringToFront method. Unfortunately this function disorders the A-panels which makes it impossible to index them.

Is there a way to bring the panels to the front without changing the order in host.Controls?

gbr