folderlistview SortMarkKind property
Return to Introduction  Previous page  Next page
Applies to
dcFolderListView component.  

Declaration
type  
  TdcListViewSortMarkKind = (mkSunken, mkRaised);  
 
property SortMarkKind: TdcListViewSortMarkKind;  

Description
The SortMarkKind property controls the appearance of the arrow-style sort mark, which indicates current sorted column and sorting direction.  
 
The sort mark can be "sunken" (mkSunken, by default) or "raised" (mkRaised).  

Snapshots
aclistviewsunken or aclistviewraised  

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

See also
SortMarkAlign, ShowSortMark, SortColumn and SortDirection properties.  
File not found.