|
|
|
|
|
|
ToolStripLabel
ToolStripLabel Align Right
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.
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
|