Thanks a lot for answering my previous questions. I have some problem. Can we display more than two strings in a single list box item?
For instance: I have a list box of type CAknDoubleStyleListBox. In this list box I want to add more than two strings per item, like,
firstlabel \t secondlabel \t thirdlabel \t fourthlabel. Will that be possible? If no then how should I accomplish this?
Is there any other way by which I can display more than two strings per list box item?
I tried the second option suggested by you, but that works only for the two strings. I am not able to show more than two strings in the same list box item. The problem is that, there is no such format string that takes more than two labels. So what do you suggest me to do? Or is there any other way in which I can accomplish the task? Let me know.