TableLayoutPanel and Transparent controls

  • Thread starter Thread starter Ahmed
  • Start date Start date
A

Ahmed

My app used to work perfectly, i have a picture box and an invisible
panel which overlaws some shapes over an image.

I wanted to add a TableLayoutPanel so i can add some additional
controls, i embedded the picturebox in a cell and not it seems my
invisible panel cannot display over my picturebox, even with
subsequent calls to InvivibleLayer.BringToFront(). I attempted to add
the invisible panel to the tablelayout cell but it does not accept
more than one control.

Any suggestions anyone?
 
Ok i figured it out, since it only accepts 1 control, i created a new
control which subclassed my invivible layer and it worked!
 
Back
Top