Micha Nelissen ha scritto:

[EMAIL PROTECTED] wrote:

I'm starting to translate my Delphi project (www.beegui.org) to Lazarus, and now I have a problem. I have seen listview.lpi example, but on my system (Win2k SP4) TListView not shows icons (SmallImages and LargeImages property).
I have seen that TTreeView works correctly.


TListView uses a native (win32) control. TreeView is drawn completely by the LCL. We do not have native imagelists yet though, so from LCL point of view you cannot assign an imagelist to a tlistview, which is needed to let it display images.

There is being work done to implement native imagelists, but it's not as easy as you think, but Marc knows more about it than me (he is currently on holiday).

Micha

Thanks for your explanation.
Waiting for new TListView class, I try to fit TTreeView to my demands.

---
regards,
Melchiorre

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to