View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Listview and colored line

If you want to colour all of the listitems, do a search for: Const
LVM_SETTEXTBKCOLOR

I dont know of a way to colour individual rows

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Maileen" wrote in message
...
Hi,

I would like to color 1 line over 2 in my listview.
till now i've just found how to color font of its items, but not row by
itself.

is it possible to color rows of a Listview component ?
if yes, how ?
thx,

Maileen