in TShellListView ::
By design, the TShellListView sorts files (and folders) ascending by their name. There's no "OnCompare" event you can handle to change the sort order or the column (name, type, date modified, size) used for sorting.
By design, the TShellListView sorts files (and folders) ascending by their name. There's no "OnCompare" event you can handle to change the sort order or the column (name, type, date modified, size) used for sorting.
What we are up to in this article, is adding a popup menu to the TShellListView control that would allow users of your Delphi application to sort files displayed by the shell list view: ascending or descending, by name, size, date modified or type.
Read the full article to learn how to Add Custom Sorting To TShellListView Control
Related:
Comments
No comments yet. Leave a Comment

