Skip to main content

TdxCustomShellListView.Sorting Property

Specifies if users can click column headers to sort the Shell List View control’s content and change the sort order.

Declaration

property Sorting: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

If True, a user can click a column header to sort the Shell List View control’s content against that column or reverse the sort order. If False, a click on a column header has no effect.

Remarks

Set the Sorting property to True to allow users to click column headers to sort shell items against the corresponding columns in ascending or descending order.

Shell List View Sorting

Note

The Sorting property is ignored if the ViewStyle property is set to any value other than TdxListViewStyle.Report because the Shell List View control displays columns and column headers only in Report mode.

The Sorting property’s default value is False.

See Also