right justify number column within listbox

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

Guest

Hello everybody,

Is there a way to right justify a column within a listbox containing number
type data?

thanks in advance, George.
 
George said:
Hello everybody,

Is there a way to right justify a column within a listbox containing
number
type data?

thanks in advance, George.

There's no built-in way, but I have a (rather kludgey) method which
calculates the number of "left padding" spaces to insert. Let me know if
you'd like to try it..
 
Back
Top