Search code examples
listviewdelphifiremonkey

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


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


Solution

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