ListViewItem 的图像始终位于文本前面

标签 listview delphi firemonkey delphi-10.1-berlin

我像这样配置了我的 TListView ItemAppearance:DynamicAppearance。然后我打开切换设计模式并完全按照我想要的方式配置所有文本/图像,问题是:我的listView项目中需要一个背景图像,但在这种情况下图像始终保持在前面我的文字。我怎样才能将我的图像发送到后面(我已经在图像中使用了命令Send to Back,并在文本中使用了Bring to Front,但似乎没有任何作用)。

要说明的图像:

enter image description here

我想将图像 8 发送回去,我该怎么做?

最佳答案

在对象属性中更改图像的顺序(向上箭头)。它只会在运行时或您强制刷新(如 alt+F12)时显示差异。

Image in front of Text

enter image description here

关于ListViewItem 的图像始终位于文本前面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43185056/

相关文章:

delphi - 以最小化应用程序启动程序

android - android中可扩展和普通listView的混合

android - Android中有类似NSDictionary的东西吗?

delphi - 如何从 TOleContainer 中提取图元文件?

delphi - 如何完全断开TCPClient? (印地)

delphi - 如何将 HTML 字符串加载到 Firemonkey TWebBrowser 中?

android - 从 Delphi Firemonkey XE5 应用程序在 Android 上拍照

java - 一一显示 HashMap 中的多个值

python - 在 Django 1.7 中动态过滤 ListView CBV

delphi - 如何在 FM2 中从 TMediaPlayerControl 截屏?