Please Guid me

Login to reply to this topic.
Wed, 2008-04-02 12:57
Joined: 2008-03-11
Forum posts: 44

hi all
I am the beginner in symbian and us the following code to display the list box
it is working properly but in code following line for scrollbar. it is not showing scrollbar

iListBox->CreateScrollBarFrameL(ETrue);
iListBox->ScrollBarFrame()->SetScrollBarVisibilityL(
CEikScrollBarFrame::EOn, CEikScrollBarFrame::EAuto );

Thanks in advance


Thu, 2008-04-03 00:31
Joined: 2003-12-05
Forum posts: 683
Re: Please Guid me

Is there any content in your list? If not, probably it doesn't show the scrollbars since there's nothing to scroll.

Thu, 2008-04-03 08:58
Joined: 2008-03-11
Forum posts: 44
Re: Please Guid me

Hi all

Thanks for repply.
Satish khatri

  • Login to reply to this topic.