hi,
i want to create a listbox with 2 text columns. i seem t be able to create a CEikColumnListBox, but dont know how to specify the number of columns and how to append data into a particular location in the CEikColumnListBox. also, i dont want to use the resource file. below is the code of what i am doing...
itemArray->AppendL(_L("aaaa"));///<--- how to add to a particular location?
itemArray->AppendL(_L("bbbb"));
itemArray->AppendL(_L("cccc"));
//--------------
iStdLbx->HandleItemAdditionL();
iStdLbx->ActivateL();
thanks,
ash
RE: how to use CEikColumnListBox
2002-07-01, 13:05#2