0

In the designer, I have added several items (numericUpDown, labels and such) into one TabPanel. I want to align them properly from top to bottom, so I used 'dock->top'. But I can't change the order of the docked items now. According to How to control docking order in WinForms (answer near the end) the order is fixed depending on when I added the items to the control. But there must be a way to change that. Can I do that in the designer?

Community
  • 1
  • 1
user2366975
  • 4,350
  • 9
  • 47
  • 87

1 Answers1

0

In visual studio go to main menu View / other windows / Document outline

There you can move the childs to the correct position

GuidoG
  • 11,359
  • 6
  • 44
  • 79
  • This answer is already given in my linked question. It is working, indeed... The first time I tried it it did not work somehow -.- – user2366975 Sep 25 '15 at 10:45