Is it possible to put a picturebox over a flowlayoutpanel without it being affected by the flow?
Asked
Active
Viewed 301 times
1 Answers
0
Yes. You simply have to make sure that it's parent is the form rather then the FLP. If you drag the PictureBox
in the designer then you'll probably end up dropping in on the FLP. Instead, add it to the form and then set the Location
property manually to move it. You can then manipulate the z-order in the Document Outline window if necessary to make sure the PictureBox
is in front, or you can just right-click one of the controls and select "Send to Back" or "Bring to Front".

jmcilhinney
- 50,448
- 5
- 26
- 46