Possible Duplicate:
Custom ListView binding it to a object list
I have a listbox that should display data that contains 2 fields: time and a message. Instead of displaying 1 line of text, I want each item to be displayed as 2 lines - 1st line is the time and the 2nd line is the message, where each line has a different style.
How can I do this? I can bind the object array to the listbox, but how do I style it? Thanks for your answers.