Hello
How To Set Tool Bar Form Left To Right
Thanks For All
Printable View
Hello
How To Set Tool Bar Form Left To Right
Thanks For All
Are you asking how to right align buttons on the toolbar? If so then I don't think there is such option.
You may instead experiment with having first button as place holder (check Style property for a button for actual value) and assign appropriate width (may need to calculate it).
By doing that you may simulate the alignment.
Another way is to use picturebox (with alignment set to Top) instead of toolbar and have all the buttons (regular command buttons, etc) you need inside the picturebox.
If you're asking how to place your toolbar on the right side of the form then there is the Align Property.