Transparent background bug

Oh I see what you did here. If you want to make a component see-through, you set the Opaque property to false.

The behavior you’re seeing happens if you have the Opaque property set to true, but a transparent background color. Un-check Opaque and you should be all set.