the ListView I am using contains some subitems which the user can click on (and some he cannot). These are the same for each row. I mark these clickable subitems with a certain backcolor.
But when the whole row is selected (and FullRowSelect = true), the highlighting sets the same backcolor to all subitmes.
What I would like to do is to show to the user which row he selected, but still keep the different backcolors for the subitems. I played a little bit which owner drawing the ListView, but could not find a way to do this.
Thanks for your help! Tom