Reputation: 10247
I have several paired label/textbox and label/combobox controls on a form. Getting them aligned horizontally is not a problem, but it's kind of a pain getting them vertically aligned with an even amount of vertical spacing / Y axis.
In the olden days with Delphi this was a breeze - you highlight all the controls, select an item from a menu, and voila!
Is there something similar in Visual Studio (2012 Ultimate)?
Upvotes: 0
Views: 1644
Reputation: 21
You can do this by going to Format in main menu and then align, so you can choose any type of alignment.
Upvotes: 2