This Question is Answered

15 "helpful" answers available (3 pts)
1 Replies Last post: May 7, 2008 3:00 AM by Sreenu

how to create a TreeControl with icon?

May 7, 2008 12:59 AM

Click to view RajivGu's profile Level 6 RajivGu 81 posts since
Apr 2, 2008

HI All,

I want to create a TreeControl with icons and also want to add the functionality of adding and deleting the node .

how to do this in curl?

Thanks

Rajiv

Click to view Sreenu's profile MVP Sreenu 10 posts since
Oct 17, 2007
1. Re: how to create a TreeControl with icon? May 7, 2008 3:00 AM
Hi Rajiv

You can achieve this by the Subclasses of DefaultTreeIcon , ie, DefaultPixmapTreeIcon, DefaultFrameTreeIcon

Sample Code is available in documentation Refer to TreeControl -> Icon

Regards
Sreenu