Could anybody help me, how to use the CEikColumnListBox? How need the columns be created? I did not find any appropriate function to create and handle the columns.
Please help me.
I've found a solution by myself:
The item of model text array (CDesCArray) must contain the default separator character of column listboxs (KColumnListSeparator). This way the string will automaticalle splitted to columns.