listview SortMarkAlign property
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components.  

Declaration
type  
  TacListViewSortMarkAlign = (maText, maEdge);  
 
property SortMarkAlign: TacListViewSortMarkAlign;  

Description
The SortMarkAlign property controls placement of the arrow-style sort mark, which indicates current sorted column and sorting direction.  
 
The sort mark can be displayed near the text (maText) or near the edge (maEdge) of header section.  

Snapshots
SortMarkAlign = maText  
aclistviewss7  
SortMarkAlign = maEdge  
aclistviewss8  

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
SortMarkKind, ShowSortMark, SortColumn and SortDirection properties.