May I know how to display an item in the list box with "\t"?

For example, the list box is going to display the string "Name ID PhoneNo", followed by the next line "Mary 12345 4061234".
I can't use "\t" as some funny character will be displayed instead.

Anyone encountered this before? Or should I use some other control besides CListBox? I'm using CListBox as I need to get the selected item from the list to perform some other operation.