How to create Transparent panel in c#.Net

Gaddigesh picture Gaddigesh · Apr 27, 2010 · Viewed 35.8k times · Source

I have a Panel on windows Form with few controls inside panel,

Can i make panel completely transparent.

(It should give the feel that controls are placed directly on Form)

Answer

Jeremy picture Jeremy · Apr 27, 2010

If you go to the BackColor property, and change the Selector to "Web" the first choice is Transparent (at least it is in my VB IDE). I believe that the BackColor of the Panel would inherit the color of the component it is on.