Right Justify List Box Entries

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

Guest

I have a multi column list box that is filled through an array from my code.

Several columns contain numerical data which I want right justified within
the column at the time I write the array. Does anyone have any idea how to do
this?
 
Tom - I thought you of all people would have come through with a beautifully
crafted technical answer :-).

I think I'll stick with the defaults if there is no way around it other than
inserting spaces. It is about time the engineers at MS thought about the
presentational aspects of some of their forms controls!

Thanks for the response.
 
Dandog,

You could use a ListView control, which allows for column alignment, native
sorting, and individually-formatted rows.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]
 
Back
Top