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:
答案 0 :(得分:10)
MyListView.ItemAppearanceObjects.ItemObjects.Accessory.Visible := False;