S
shumaker
How do I make a panel control invisible, but still recieve events?
I have a panel that I set visible= false, and over it I am using GDI+
to paint a grid of rectangles. It has to be invisble or else it covers
up the GDI+. However, it is not firing the mousedown and up events
while it is not visible. I am setting the visible property using VS
through the properties window.
I kind of anticipated that an invisble control would still recieve the
click events, but I guessed wrong. I'm not sure how to proceed on
this. Maybe if there is a way to set the control to 100% transparent?
I have a panel that I set visible= false, and over it I am using GDI+
to paint a grid of rectangles. It has to be invisble or else it covers
up the GDI+. However, it is not firing the mousedown and up events
while it is not visible. I am setting the visible property using VS
through the properties window.
I kind of anticipated that an invisble control would still recieve the
click events, but I guessed wrong. I'm not sure how to proceed on
this. Maybe if there is a way to set the control to 100% transparent?