I am using a TListView with checkboxes and a TImageList assigned on SmallImages so the items on the ListView are more readable thanks to more space between each item.
On SmallImages I have Height as 28 and Width as 2, the result is this:
It looks nice and cool, but the checkbox is not centered (I noticed this happens if SmallImages height is > 24).
It also doesn't look that good on high-DPI display, where the item caption is a little below the checkbox in height.
Is there a way to make sure the checkbox is always at the center based on item/smallimages height (and not too on top)?
Such as on this image:
I am using Delphi 11.1 Alexandria.