void CListBoxListView::ViewConstructL() { // Get a pointer to the list box CQikListBox* listBox = LocateControlByUniqueHandle<CQikListBox>(EListBoxListViewListCtrl); //if it is created form resource listBox->SetListBoxObserver(this); }
Use CQikListBoxColumn() to manipulate and format columns.
Forum posts: 12
Use CQikListBox()
void CListBoxListView::ViewConstructL()
{
// Get a pointer to the list box
CQikListBox* listBox = LocateControlByUniqueHandle<CQikListBox>(EListBoxListViewListCtrl);
//if it is created form resource
listBox->SetListBoxObserver(this);
}
Use CQikListBoxColumn() to manipulate and format columns.