How the create control which is in Delphi called Listview. I know about ListBox, but can somehow it be setted up for this.
For those who don't know on what I mean here is an explanation:
Listview is a type of Listbox that posses Windows Explorer (right window), where you can change the view, setting it to TIles, Icons and Details with columns (those details with columns are what I need to create).
Thx
Comments
: For those who don't know on what I mean here is an explanation:
: Listview is a type of Listbox that posses Windows Explorer (right window), where you can change the view, setting it to TIles, Icons and Details with columns (those details with columns are what I need to create).
: Thx
:
[blue]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/listview/reflist.asp[/blue]
: : For those who don't know on what I mean here is an explanation:
: : Listview is a type of Listbox that posses Windows Explorer (right window), where you can change the view, setting it to TIles, Icons and Details with columns (those details with columns are what I need to create).
: : Thx
: :
: [blue]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/listview/reflist.asp[/blue]
:
Thanks a lot, this helped me.