How to highlight items in list box through program??

Login to reply to this topic.
Mon, 2008-05-05 08:25
Joined: 2008-02-12
Forum posts: 25

Hi,
I am developing one application in which i need to highlight items of listbox. Can any one tell me how to highlight them through program . Thanks in advance.


Mon, 2008-05-05 09:35
Joined: 2005-11-20
Forum posts: 1058
Re: How to highlight items in list box through program??

By "highlighting" do you mean select it?

If yes, check methods of class CQikListBox with "Selected" in their names, e.g. CQikListBox::SetItemSelectedL().


René Brunner

  • Login to reply to this topic.