List View Highlight disappeared!

List View Highlight disappeared!

Anonymous
Not applicable
248 Views
3 Replies
Message 1 of 4

List View Highlight disappeared!

Anonymous
Not applicable
Hi!

I've created a Batch Render Assistant tool with which you can multi-select items.

But there's a little problem.

When I select an item by clicking on the item area, this item is highlighted.
But while I go for other place to change the parameters, the item which was just selected is not selected and highlighted at all or is still selected but I can't see it's being highlighted.
You can see it in the picture below.

So, how's it happenning? Can I fix it? Or just it's supposed to be like that and we can do nothing.

Oh, I used dotNet listView.

0 Likes
249 Views
3 Replies
Replies (3)
Message 2 of 4

paulneale
Advisor
Advisor
I always just color the .backColor property of the item once it is selected. That way it will always show. You need to make sure that you set the color back to the default when it is deselected as well.
Paul Neale

http://paulneale.com


Paul Neale




EESignature

0 Likes
Message 3 of 4

Anonymous
Not applicable
Somebody said .HideSelection property is our option and I've found it's true.
Thank you for your reply!
0 Likes
Message 4 of 4

Anonymous
Not applicable
And another question:
Can we change the column header's color?
Can we make the checkbox's background color to be the same as the listview's background color?
0 Likes