How to format numeric value in list box

G

Guest

Hi all,
I have a list box with 4 columns, Two column are text and the rest are
numeric values. However, these numeric columns are always left justified
just like text column. Can I format and display these numeric columns to be
right justified like a value should be? Thanks in advance.
 
S

stefan hoffmann

hi Harry,

Harry said:
I have a list box with 4 columns, Two column are text and the rest are
numeric values. However, these numeric columns are always left justified
just like text column. Can I format and display these numeric columns to be
right justified like a value should be? Thanks in advance.
Take a closer look at the TextAlign property in the OH.


mfG
--> stefan <--
 
G

Guest

Hi,
The only way that I can think of is doing it by code - Using AddItem method .
But it is a lot of work. Perhaps if possible, instead of using listbox, you
can use datasheet subform.
 

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

Top