ListView

Post Reply
User avatar
Paco Garcia
Posts: 172
Joined: Fri Oct 07, 2005 12:00 pm
Contact:

ListView

Post by Paco Garcia »

Hola a todos

¿Alguien sabe como ponerle iconos pequeños al listivew en modo List?

Un saludo
User avatar
RenOmaS
Posts: 205
Joined: Fri Oct 07, 2005 5:07 pm

Post by RenOmaS »

Code: Select all

#define LVSIL_SMALL              1
....
   Local oImageList1 := TImageList():New( 16, 16 )

   oListView:SetImageList( oImageList1, LVSIL_SMALL )
....
;)
User avatar
Paco Garcia
Posts: 172
Joined: Fri Oct 07, 2005 12:00 pm
Contact:

Post by Paco Garcia »

Gracias, funciona perfectamente
Post Reply