www.digitalmars.com         C & C++   DMDScript  

c++.mfc - ListBox formatting

reply Peter <Peter_member pathlink.com> writes:
Thanks for explaining DDX Jan,

Is it possible to format results in Listboxes?
I was thinking along the lines of having a list of numbers with the decimal
points lined up.
Also, Is there a means of using tab or "\t" in these lists?

Peter
Dec 16 2002
parent Jan Knepper <jan smartsoft.us> writes:
I would use SysListView32 with LVS_REPORT for that.
Check CListCtrl.
Jan



Peter wrote:

 Thanks for explaining DDX Jan,

 Is it possible to format results in Listboxes?
 I was thinking along the lines of having a list of numbers with the decimal
 points lined up.
 Also, Is there a means of using tab or "\t" in these lists?

 Peter
Dec 16 2002