SetMarquee on CAknDoubleNumberStyleListBox?

Login to reply to this topic.
Sat, 2007-12-22 21:04
Joined: 2003-09-15
Forum posts: 175

Is it impossible to have the marquee effect on the 2nd line of
a CAknDoubleNumberStyleListBox?
When I call:
aListBox->ItemDrawer()->FormattedCellData()->SetMarqueeParams(1, 20, 1000000, 200000);
aListBox->ItemDrawer()->FormattedCellData()->EnableMarqueeL(ETrue);

Only the first (main/bold) line is scrolled.

Is this a limitation?


~~~~

  • Login to reply to this topic.