Cant Align Labels on Buttons

tonydt1g3r

New Member
I can figure out how to align the labels on the buttons I created in a smart window. All the labels are displayed centered and I want them left-aligned. I am using version 10.0A
 
Labels being centered on buttons is "Windows Default" behaviour and I don't think you can make changes to that. All buttons in every Windows Application I have seen sofar have centered labels. Why would you want to change this?
 
I imagine you have a similar issue to us in that you want to have an image and text on a button side by side. Like Paul says, having the Text centred is a Windows default and as far as I know there is no easy way around this. One option is to make an image containing the text, however you might run into problems with the background colour of the image, resizing, can't do dynamically, etc. You could also try padding the screen-value with spaces

Your best option is to try finding a free ocx button that allows you to position the text, or do what we did and make your own...
 
Back
Top