I have selection problems with Firemonkey TListView when I set item appearance or edit item appearance to DynamicAppearance.
I am setting Listview.editMode := true; I have a glyphButton, it's style is checkbox. I am trying to select lines, if appearance is DynamicAppearance it is not marking the glyphButton as checked but if appearance is different from DynamicAppearance it is working.
Anyone had and solved this issue?