Apparently, if you set the BackStyle to transparent... none of the components in it are visible (similar as if the usercontrol was invisible). Is there anything else that needed to be set to avoid this??
That's not true. Put a Shape control on a usercontrol, set the BackStyle to transparent and see for yourself. The Shape is still visible.
EDIT: See the attached image, as you can see the UserControl is transparent but the Shape control is visible.
Last edited by Joacim Andersson; Apr 22nd, 2005 at 08:18 AM.