Hi All,
The subject line nearly says it all. I have a listview on a main form
with a subform that shows details of the selected item. When I click and
item in the list view, the whole row highlights, but as soon as I move the
focus to the subform, it goes away.
I can set the color of the row myself in code, but I wonder if theres
an easier way?
Regards,
Max
Max Moor - 17 May 2008 07:22 GMT
> Hi All,
>
[quoted text clipped - 10 lines]
> Regards,
> Max
Eureka! I found a property! The HideSelection property defaults to True,
unhighlighting the selected item when the control looses the focus. Set it
false, and the item stays highlighted. Funny, I only looked at the list of
properties 100 times before I saw it. Sigh
- Max