Reputation: 615
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:
I want send the Image 8 to back, how can I do this?
Upvotes: 2
Views: 507
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.
Upvotes: 2