|
I have two questions:
I'm deeply confused as to how Windows Forms handles opacity. I have a picture box containing an opaque image, and three more on top of it. Their BackColor properties are all set to Transparent, and they are all primarily transparent. Unfortunately, the transparent areas all appear white, instead of displaying the image beneath them. Does anyone have any information on this?
My second question is also regarding PictureBox Controls. I have another PictureBox that needs to stretch the length of a window, but when this length is greater than that of the image, it doesn't stretch properly. Instead, the bottom half is a gradient to white. (I have the SizeMode property set to StretchImage.)
Any help is greatly is greatly appreciated.
|