|
|
|
| acListView and acDBListView components.
|
| type
|
| TacListViewSortMarkAlign = (maText, maEdge);
|
|
|
| property SortMarkAlign: TacListViewSortMarkAlign;
|
| 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.
|
| SortMarkAlign = maText
|
| SortMarkAlign = maEdge
|
| SortMarkKind, ShowSortMark, SortColumn and SortDirection properties.
|