CQikScrollableContainer Problem.
| Fri, 2008-08-22 10:40 | |
|
Hi, I have a problem with CQikScrollableContainer. I have a CCoeControl derived class (CSampleView) which has a CQikScrollableContainer derived object (CScroller). I initialise CScroller object in CSampleView like below: InitComponentArrayL(); and then add labels to the CQikScrollableContainer object like below: void CScroller::InitAfterConstruct() I know the app has created 15 labels and the scrollbar to the right even shows that there are controls beyond the bottom of Please help |
|






Forum posts: 1241
I think you should call MinimumPageSize() *after* adding the labels, and also call ActivateL() for the container at the very end.
René Brunner