Categories: UI | Customization | Symbian C++ | Code Examples | How To
This page was last modified 05:22, 26 November 2007.
How to add ScrollBar in ListBox
From Forum Nokia Wiki
// Creates a scrollbar frame iItemList->CreateScrollBarFrameL(ETrue); //set scroll bar visibility iItemList->ScrollBarFrame()-> SetScrollBarVisibilityL(CEikScrollBarFrame::EOn, CEikScrollBarFrame::EOn); //Force any scroll bars and the corner window if it is visible to be redrawn iItemList->ScrollBarFrame()->DrawScrollBarsNow();
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Question to NOKIA , how to handle the Scrollbarframe ? | arnobel | General Symbian C++ | 4 | 2004-03-31 09:59 |
| listbox scrolling | vishwas_vincy11 | General Symbian C++ | 2 | 2007-01-19 11:08 |
| How can I scroll a view?? | wapawapa | Symbian User Interface | 1 | 2004-11-01 03:34 |
| list and scrollbar in right-to-left languages | nadav70 | Symbian User Interface | 7 | 2008-06-24 14:44 |
| [Moved] Listbox use in reality vs. trivial examples | h.m.a. | Symbian User Interface | 1 | 2008-06-14 12:59 |
