I'm using picture boxes as control holders, basically using them like tab controls. I'm doing this cause i'm using transparent active buttons and some other skinned controls, so i'm not gonna use a tab control.

My question is:

I have multiple controls in each picture control, but when I'm making them visible from invisible (the picture), you can see the controls being drawn, it's fast, but still not the best look. Is there anyway I can make the picture show only after all the controls are drawn, so it gives a better appearance?

-b-