Right Justify List Box Entries

D

Dandog

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?
 
D

Dandog

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.
 
J

Jake Marx

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]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top