O oskar Registered User. Local time Today, 05:23 Joined Jul 9, 2013 Messages 69 Jun 1, 2015 #1 Is there a way to align text in Labels vertically (top, center, bottom) ? I see the horizontal text align property (right, left, etc) but do I miss the vertical or there is non?
Is there a way to align text in Labels vertically (top, center, bottom) ? I see the horizontal text align property (right, left, etc) but do I miss the vertical or there is non?
MarkK bit cruncher Local time Today, 02:23 Joined Mar 17, 2004 Messages 8,433 Jun 1, 2015 #2 Check out the margin properties of the label control. You can set the Top, right, bottom and left margins, which moves the text inside the control.
Check out the margin properties of the label control. You can set the Top, right, bottom and left margins, which moves the text inside the control.
O oskar Registered User. Local time Today, 05:23 Joined Jul 9, 2013 Messages 69 Jun 1, 2015 #3 That worked nicely, thank you