Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows form, objects appear infront of other items?

When I add krypton items to my form, they appear over the top of the others, how can I make it so that I can put something behind the other items?

like image 472
Levi H Avatar asked May 18 '11 19:05

Levi H


1 Answers

Assuming you're using the Winform designer, you can right click a control and select 'Bring to Front' or 'Send to Back' from the context menu to change the control's 'z-order.'

like image 124
Jay Riggs Avatar answered Sep 20 '22 15:09

Jay Riggs