I'm developing a standard wizard control. That control can contain several panels. Depending on the step, a panel number (step) shows.
My difficult thing is that each panel contains several child controls (and controls can contain child controls etc).
I need to trace a moment when all child controls of a panel (were) shown. How ? Do Shown event fit for this ?
PS: fix a question title if needed, i'm not sure about it (english is not my native language).