Make TListView group headers unclickable

263 views Asked by At

I have a TListView with groups. Is there a way to make the group headers unclickable, so that they act like simple separators? TListGroupState doesn't seem to contain an applicable flag. I've found "How to set group headers in listview not selectable?" which has no useful answer either.

Edit: By "unclickable" I mean that the items should not be hottracked and should not respond to being clicked.

0

There are 0 answers