listview SortMarkImageAsc property
Return to Introduction  Previous page  Next page
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
aclistviewss12  

Notes
iiinfo If you don't want to show the sort mark at all — set ShowSortMark property to False.  
iiwarning The arrow-style sort mark can be invisible if the list is unsorted (SortType = stNone).  

See also
SortMarkImageDesc property.