Diego Bittencourt
Diego Bittencourt

Reputation: 615

ListViewItem's Image always in front of the Texts

I configured my TListView ItemAppearance like this:DynamicAppearance. Then I opened the Toggle Design Mode and configured all the text/images exactly like I want, the problem is: I Need a background image in my listView item, but the image in this case always keep on front of my texts. How can I send my image to back (I alredy used the command Send to Back in my image and Bring to Front in my texts, but nothing seems to work).

A image to ilustrate:

enter image description here

I want send the Image 8 to back, how can I do this?

Upvotes: 2

Views: 507

Answers (1)

Kohull
Kohull

Reputation: 684

In the objects property change the order of your image (arrow up). It will display the differences only at runtime or if you force it refresh like alt+F12.

Image in front of Text

enter image description here

Upvotes: 2

Related Questions