Change Alternating Colors in Firemonkey TListView

后端 未结 1 1237
梦谈多话
梦谈多话 2021-01-20 16:03

Dropping a tlistview onto a form and checking the property \'AlternatingColors\' to true, by default it will show a grey background on every other item on the listview.

相关标签:
1条回答
  • 2021-01-20 16:32

    You need to edit the style of TlistView.

    Right-click on listview, choose "Edit Custom Style" and in the structure panel there are two items: "itembackground" and "alternatinfitembackground".

    You can change the colors from there.

    0 讨论(0)
提交回复
热议问题