Customize checked items in ListView
I have 开发者_开发问答a list view with black text items with single choice mode. I would like the checked item to be red. Is there any straightforward way to do this, or do I need to listen for item click callbacks, change the colors manually, etc.?
Thanks
There's nothing that will "automatically" change the background of an entire listview item based on a checkbox, so you'll pretty much have to handle the event.
精彩评论