Re: folder image in tree view by Mark
Mark
Mon Feb 09 03:55:05 CST 2004
Yes, this confused me as well.
1) Drage from the Tool-Box an ImageList on to your Form.
2) in Properties of this ImageList (Right Mouse) use the button ADD
(Hinzufügen) add the desired Images.
3) after this go to the ImageList entry in the TreeView Property.
- this list will no longer be empty, but should have a List of the
ImageList's that you have created.
- if you have only created one : there will be only one entry.
- if you have create more than one, you can chose ONE of these.
Each ImageList can have more that one Image inside it, but can assige one
one ImageList to each Control.
The same logic applies to ContextMenu.
Hope this helps.
Mark Johnson, Berlin Germany
mj10777@mj10777.de
"Pat" <spuser@hotmail.com> schrieb im Newsbeitrag
news:edBkqWu7DHA.452@TK2MSFTNGP11.phx.gbl...
> I'm trying to put a folder image in a tree view (instead of the plus/minus
> symbol) in smartphone.
> When I add the tree nodes collection there is a dropdown to select an
image.
> But this dropdown is always disabled and I can't select anything.
>
> Any ideas?
> Thanks.
>
>
>
>