Formatting in a List Box

  • Thread starter Thread starter JoeGriffin
  • Start date Start date
J

JoeGriffin

I am using a list box to list some transactions and I would like to
formta my listbox in such a way as to get the Text left aligned and the
numbrs right aligned. How can I do this ?
 
There is a few solutions, one is to check out Stephens site:

Functions to center and right justify data for List and Combo Boxes.
http://www.lebans.com/justicombo.htm


Another good solution is to simply dump the use of the listbox, and simply
use a continues sub-form. However, you don't have multi-select, but it you
don't need that, then using sub-forms is nice, since you get all of the
regular formatting you want.

Here is some screen shots of what I mean:
http://www.attcanada.net/~kallal.msn/Articles/Grid.htm
 
Back
Top