ListBox in UIQ3

Login to reply to this topic.
Sun, 2007-01-14 17:40
Joined: 2007-01-14
Forum posts: 19
Hi,
How to create  listbox in which there should be one medium size image in left hand side and in right hand side, two lines of text.

Tue, 2007-01-16 05:47
Joined: 2006-03-23
Forum posts: 12
Re: ListBox in UIQ3
Hi,
          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.
  • Login to reply to this topic.