|
-
Mar 29th, 2011, 11:44 AM
#1
Thread Starter
Lively Member
How To Set ToolBar Form Left To Right
Hello
How To Set Tool Bar Form Left To Right
Thanks For All
-
Mar 29th, 2011, 01:47 PM
#2
Re: How To Set ToolBar Form Left To Right
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.
-
Mar 29th, 2011, 01:50 PM
#3
Re: How To Set ToolBar Form Left To Right
If you're asking how to place your toolbar on the right side of the form then there is the Align Property.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|