Text align in list box problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top