How can I hide the right arrow on a list view?

时间:2016-08-31 12:14:06

标签: listview delphi firemonkey

I'm using Delphi XE8 and I want to remove/hide that little right arrow in my list views, how can I do this?

In this image you can see the arrow that I'm talking about:

enter image description here

1 个答案:

答案 0 :(得分:10)

MyListView.ItemAppearanceObjects.ItemObjects.Accessory.Visible := False;