0

I have a panel (OverPanel) that is in the very front of the form. I am using it as a entered form/exited form panel. Under the panel, there are other controls that I want to be visible, so I set the panel on top to transparent. The problem is, it is not turning transparent but is adherently taking the color of the form (Control). Here is the Hierarchy of the form.

OverPanel Panel Panel
rcmMenuPanel Panel
--- rcmMenuLabel Label
rcmSetupPanel Panel
--- rcmSetupPanel Label

What I want to happen is the OverPanel to be transparent and the rcmMenu and Setup Panels to show but what happens is, the rcmMenu and rcmSetup Panels won't show and the OverForm's Background color is the form color when set to transparent. I don't want this to happen, so how do I fix it?

1 Answers1

0

The first link that @Reza Aghaei sent me worked!

Here it is: https://stackoverflow.com/a/32402532/6804700

Community
  • 1
  • 1