TableLayoutPanel and Transparent controls

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?
 
A

Ahmed

Ok i figured it out, since it only accepts 1 control, i created a new
control which subclassed my invivible layer and it worked!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top