> I've created a ListView with some images.
> I can selected an image, but when the focus leaves the listView, the item
> doesn't appear highlighted.
>
> I've tried to change the property HideSelection to false, but it doesn't
> work.
If you mean the image itself no longer appears highlighted, I believe that
behavior is by design. When HideSelection is false, you should notice that
the TEXT of the item is still highlighted, although in the "inactive"
highlight color. To achieve what you want you'd probably have to resort to
owner-drawn items.
Guillaume Charhon - 08 Jun 2007 19:05 GMT
tanks.
Jeff Johnson a écrit :
>> I've created a ListView with some images.
>> I can selected an image, but when the focus leaves the listView, the item
[quoted text clipped - 8 lines]
> highlight color. To achieve what you want you'd probably have to resort to
> owner-drawn items.