Discussion Board
-
HELP! ScrollBars and ListBox
2004-03-10, 13:19
#1
Regular Contributor
I have:
// class myclass : public CCoeControl
iListBox = new (ELeave) CAknSingleGraphicStyleListBox;
iListBox->ConstructL(this,EAknListBoxMultiselectionList);
iListBox->SetContainerWindowL(*this);
//Append Items
iListBox->CreateScrollBarFrameL(ETrue);
iListBox->ScrollBarFrame()->SetScrollBarVisibilityL(CEikScrollBarFrame::EOn,CEikScrollBarFrame::EAuto);
iListBox->SetRect(Rect());
iListBox->ActivateL();
But ScrollBar is invisible. Whats wrong?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules