Reputation: 605
I need change the background color of all header of my listView for them to be highlighted. I found nothing on Object Inspector and nothing on Style Designer, can you guys give me some direction?
Upvotes: 1
Views: 2358
Reputation: 66
Try this one, it worked for me. You can delete the Rectangle component.
Upvotes: 1
Reputation: 66
Basically you need to place a Rectangle component inside the header item of your LV (ListView), then change its color accordingly. Here is how to accomplish it:
Should be working now
Upvotes: 1