Hi Guys,
I am trying to align text within a List_Box so that I may have two columns, for use in
this thread.
Things I have already tried:
- Using "fixed_width_font = true;" ~ This works, but the font is quite large and doesn't look right
- Using Tabs in the text string ~ Doesn't work
- 'Padding' the string with spaces to get a desired length ~ Doesn't work with non-fixed width fonts
I believe this is possible somehow, as
MP uses this same idea in his
AxProps program (along with other neat tricks), but, of course, the source code for his routine is not available... so his secret is safe with him...

Any help or pointers are greatly appreciated

Lee