How to change the font of CEikTextListBox

Login to reply to this topic.
Mon, 2007-12-31 10:15
Joined: 2007-09-07
Forum posts: 23

I am using CEikTextListBox and I want to change the font.

I know, with classing we can do that.

But i want to know, can we do that without using subclassing.

Thanx in advance


Wed, 2008-01-09 09:52
Joined: 2007-07-24
Forum posts: 55
Re: How to change the font of CEikTextListBox

HI rishi,
For this u have to create custom list box.and have to inherit CEikTextListBox class.then u have to implement the predefined methods as per ur requirement.
http://wiki.forum.nokia.com/index.php/Custom_list
go through this example.it may help u.
Thanks
mitu

  • Login to reply to this topic.