Hopefully someone can help me out here, as I cant find anything anywhere.
Basically I've got a few panels, and I want to draw some lines on top of them. I've tried implementing my own PaintEventHandler, overriding the OnPaint method etc, but the panels keep getting drawn on top of the lines
Is there a way to change the order that the form draws the components/your own shapes?
Basically I've got a few panels, and I want to draw some lines on top of them. I've tried implementing my own PaintEventHandler, overriding the OnPaint method etc, but the panels keep getting drawn on top of the lines

Is there a way to change the order that the form draws the components/your own shapes?