SendToBack TlistItemImage at design time or runtime in fireMonkey

118 Views Asked by At

In TlistView Dynamic appearance I added a few object appearanced to the item. I have a TextObjectAppearence and an ImageObjectAppearence.

I want to set the image to be a background for the text meaning the text should be on top of the image.

I tried right-clicking on the image object and selecting SendToBack but it doesn't seem to work.

At run-time, there's also not any way to call ListItemImage.sendtoback etc.

what is the right way of doing it?

I've attached a screenshot of the two items overlapping...

enter image description here

1

There are 1 best solutions below

3
On

The only way I found is to open fmx file in text mode and to move the various objects in the order needed (first is the deeper)