Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TreeView & ImageList controls
Message
From
19/09/1997 03:37:43
Stoyka Kurteva
Busoft Engineering Ltd.
Bourgas, Bulgaria
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00050541
Message ID:
00050676
Views:
23
>>Hi All,
>>
>> How can I associate an ImageList with TreeView control?
>>
>>Thanks
>>
>>Stoyka
>
>First you need to place ImageList control to the form before the TreeView.
>If you right click on the TreeView and select TreeCtrl Properties, then select your ImageList object from the ImageList combobox.
>MS screwed up TreeView control (at least for VFP use) since version which has the size 332288, and dated 08/21/96
>If you have those versions, then probably you will see nothing in some or all comboboxes there. In this case put in your TreeView Init method:
>
>this.Object.ImageList = this.parent.oleImageList.Object
>(supposing your ImageList control has name "oleImageList")
>

>
>Nick

Thank you Nick.

>Probably the last way is the best way to do it.

Yes, now it works perfect.

Stoyka
Previous
Reply
Map
View

Click here to load this message in the networking platform