Reputation: 10561
I can easily bring to the front my specific win form control using this code snippet but it only works in runtime not in editor mode.
lblAttendanceEmpName.BringToFront();
Is there any way avilable that i can arrange the controls order on editor?
Upvotes: 0
Views: 68
Reputation: 81543
If i understand you correctly, it should just be a case of
Rightclick -> Bring to Front
An image for specificity
Upvotes: 1