I understand we need to override the WindowsShellService.CompareObjectsUsingProperty to provide the sort order.
I just couldn't figure out how to achieve this.
We have a special item that we want to stay at the top no matter which column is being sorted and in what order.
I see the ShellObjectItemAdapter.SortChildren is not overridable.
Could you please give me some idea?