Main My Account My Courses Views Bookmarks Subscriptions Notifications
New Tips Added Weekly! Click here to get on our Mailing List
Access Excel Word Windows FrontPage Hardware Misc VB VBScript VB.NET ASP HTA
You can use a ToolStripLabel to pseudo right align controls by setting the Text property to string.Empty and setting the Spring property to TRUE.
ToolStripLabel
Text
string.Empty
Spring
TRUE
This will cause it to fill all of the available space and push all the controls to the right of the ToolStripLabel over.
By: Alex Hedley
Click here to sign up for more FREE tips