Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ImageList In ListView or TreeView
Message
 
To
08/10/2001 07:29:31
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00565418
Message ID:
00565427
Views:
18
This message has been marked as the solution to the initial question of the thread.
Hi!

>Go to the TreeView, and, somewhere in the properties, assign the ImageList. That is to tell the TreeView where to get images from.

You can't make it using properties window. You need to make it in code, for instance, in Init event of Treeview control:
THIS.OBJECT.ImageList=THISFORM.ImageList1.OBJECT
This problem is explained in article "Q163803 - BUG: Cannot Set ImageList Property of Treeview Visually"
Previous
Reply
Map
View

Click here to load this message in the networking platform