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:
MyListView.ItemAppearanceObjects.ItemObjects.Accessory.Visible := False;