Categories: Symbian C++ | S60 | How To | UI | Customization | Code Examples
This page was last modified 05:06, 26 November 2007.
How to add Marquee effect in ListBox
From Forum Nokia Wiki
To enable marquee with the animated effect (auto-scrolling forward and backward on the focused item) in the ListBox, you need to add the following code.
iListBox->ItemDrawer()->ColumnData()->SetMarqueeParams (3, 20, 1000000, 200000); iListBox->ItemDrawer()->ColumnData()->EnableMarqueeL(ETrue);
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Memory leak in listbox? | carknue | Python | 0 | 2008-06-29 00:57 |
| Listbox...my dear listbox!! | letiziad | General Symbian C++ | 6 | 2006-11-06 14:19 |
| Problem with CEikTextListBox | rhea_z | Symbian User Interface | 3 | 2007-01-03 04:36 |
| Manipulating listbox scrollbar | sysctl | Symbian User Interface | 4 | 2007-07-16 07:49 |
| EikCTL 42 Panic Error while creating ListBox | Sneha1 | Symbian User Interface | 2 | 2007-10-04 15:31 |
