I have created a web browser using the WebBrowser control. Apart from a few controls, the Form has a CheckBox & an Image control as shown in the 1st image attached.
Now when I resize the Form, I find that when the width of the Form decreases considerably the CheckBox covers the Image as shown in the 2nd image attached. How do I prevent the CheckBox from covering the Image under such circumstances?
I tried setting the ZOrder of both the CheckBox & the Image but that doesn't help.




ARPAN
Reply With Quote