Text align in list box problem

H

HermieD

I am displaying my results from a query in a list box. I have set the Text
Align property to Right. However, when I run my query, the results are
correct, but the text is not being aligned as required. I do have a
combination of date, text and numberic fields in my query if this makes a
difference. Thanks
 
R

Rick Brandt

HermieD said:
I am displaying my results from a query in a list box. I have set the Text
Align property to Right. However, when I run my query, the results are
correct, but the text is not being aligned as required. I do have a
combination of date, text and numberic fields in my query if this makes a
difference. Thanks

Everything in a ListBox is displayed left justified. Stephan Lebans (hope
spelling is correct) has a utility function that allows for right-justified
and centered columns in a ListBox.
 
Top