Markable list box

Login to reply to this topic.
Fri, 2004-06-11 02:04
Joined: 2003-09-15
Forum posts: 175
I'm using the following code to display a markable listbox.

//-------------------
iListBox = new (ELeave) CAknDoubleNumberStyleListBox;
iListBox->SetContainerWindowL( *this );
iListBox->ConstructL( this, EAknListBoxMarkableList);
iListBox->CreateScrollBarFrameL(ETrue);
iListBox->ScrollBarFrame()->SetScrollBarVisibilityL( CEikScrollBarFrame::EOff, CEikScrollBarFrame::EAuto);
iListBox->Model()->SetOwnershipType(ELbmOwnsItemArray);
iListBox->ActivateL();
//----------------

However, the 'ticks' aren't showing in the right hand margin.
What else must I do to display the ticks?


Cheers
Paris.

~~~~


Tue, 2005-10-11 16:38
Joined: 2005-10-11
Forum posts: 5
Re: Markable list box
  • Login to reply to this topic.