Hello, i created a double listbox with some items, my problem is with the scrollbars arrow, they just do not show, though the number of items fits more than twice the screen height. Any help is greatly appreciated, thx.
Does scrolling work and the scrollbars are not visible, or does it not scroll either?
Check your SetMopParent's. That's usually the problem. I think you can search on Forum Nokia and find 50 threads about this same problem.
Scrolling works but the scrollbars are not visible. I 'm using SetMopParent in the appView, right after creating an instance of the container. Nothing changed after commenting SetMopParent. Further help is appreciated, regards.
Unfortunately scroll bars on Series 60 are a pain in the ass. There is really only one scroll bar, so anytime it changes the model needs to change with it. You must ensure that the mop parent chain is complete from your listbox all the way through your appui class. Even if everything is correct with the mop parent chain you can still see problems, but not usually when you just have a normal listbox.
Forum posts: 192
iLB->ScrollBarFrame()->SetScrollBarVisibilityL(CEikScrollBarFrame::EOff, CEikScrollBarFrame::EAuto);
Forum posts: 178
Forum posts: 68
Check your SetMopParent's. That's usually the problem. I think you can search on Forum Nokia and find 50 threads about this same problem.
Forum posts: 178
Check your SetMopParent's. That's usually the problem. I think you can search on Forum Nokia and find 50 threads about this same problem.
Scrolling works but the scrollbars are not visible. I 'm using SetMopParent in the appView, right after creating an instance of the container. Nothing changed after commenting SetMopParent.
Further help is appreciated, regards.
Forum posts: 68