SortMarkImageAsc property
Applies to
acListView
and
acDBListView
components.
Declaration
property
SortMarkImageAsc: TPicture;
Description
The SortMarkImageAsc property can be used to specify custom picture for sort mark, for column with ascending sorting.
Snapshot
Notes
If you don't want to show the sort mark at all set
ShowSortMark
property to False.
The arrow-style sort mark can be invisible if the list is unsorted (SortType = stNone).
See also
SortMarkImageDesc
property.