listbox with icon
| Thu, 2007-12-20 09:05 | |
|
Hi friends, void CMyAppContainer::CreateListBoxL() iListBox->ActivateL(); void CMyAppContainer::SetupListBox() Regards |
|
| Thu, 2007-12-20 09:05 | |
|
Hi friends, void CMyAppContainer::CreateListBoxL() iListBox->ActivateL(); void CMyAppContainer::SetupListBox() Regards |
|
Forum posts: 65
Iam mitu,
Iam not sure this will work,but try
itemList->AppendL(_L("1\tItem01"));itemList->AppendL(_L("1\tItem02"));
itemList->AppendL(_L("2\tItem03"));