The selected row of a tListView appears blue, but only when the control has focus. I'd like the selected row to always be displayed, whether the control has focus or not.
In Delphi, how can I force tListView to always show selected row, even when not focused.
4.8k views Asked by David Dubois At
1
Set the
HideSelection
property toFalse
.