How to format numeric value in list box

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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 <--
 
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.
 
Back
Top