Page 1 of 1

ListView

PostPosted: Sat Jan 28, 2006 5:19 pm
by Paco Garcia
Hola a todos

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

Un saludo

PostPosted: Sun Jan 29, 2006 10:38 am
by RenOmaS
Code: Select all  Expand view
#define LVSIL_SMALL              1
....
   Local oImageList1 := TImageList():New( 16, 16 )

   oListView:SetImageList( oImageList1, LVSIL_SMALL )
....


;)

PostPosted: Tue Jan 31, 2006 9:47 pm
by Paco Garcia
Gracias, funciona perfectamente