Hello,
I'm looking for a possibility to manually arrange icons within a Tlistview. For my little application (which is part of my diploma thesis) it's an absolut 'must have' to beeing able to set individual positions for every single icon.
Doing some internet research I found out that setting Listview-property VIEWSTYLE := VSICON should do it! But the free positioning of icons only works that way under MS Vista
Trying to set Icon positions via statement Item.Position:=Point(x,y) doesn't have any effect under Linux!
Does anybody know the reason for that? Is there a known workaround for this issue? Or maybe an other component which is able to do the item positioning? I saw that nautilus file browser does it exactly the way I need it!
Please help me

Jens