Categories: Symbian C++ | S60 | How To | UI | Customization | Code Examples
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 Links: