tarik
10-26-2000, 12:04 PM
Hello
My first post in this forum, so nice to meet you all!
I want to selectively set the background colour of items in a list view, so that the user can easily differentiate between various categories of items.
The standard:
SendMessage(ListView1.hwnd, LVM_SETEXTENDEDLISTVIEWSTYLE, 0, ByVal lStyle)
unfortunately seems to set the whole lot to just the one colour.
Is it even possible?
Thanks
Tarik
My first post in this forum, so nice to meet you all!
I want to selectively set the background colour of items in a list view, so that the user can easily differentiate between various categories of items.
The standard:
SendMessage(ListView1.hwnd, LVM_SETEXTENDEDLISTVIEWSTYLE, 0, ByVal lStyle)
unfortunately seems to set the whole lot to just the one colour.
Is it even possible?
Thanks
Tarik