
Improves the speed by which ShellListView can sort Microsoft Windows shell objects by property.
Features
- Added the ShellListView.SortDirection and SortShellPropertyKey properties, which determine how the list is sorted.
- Added the ShellListView.CanResetSortOnRootShellFolderChange property, which can be set to false to prevent sort reset when the root folder changes.
- Added the ShellListView.UpdateColumns method and added support for the CanColumnsToggleVisibility property.
- Significantly improved the speed by which ShellListView can sort Microsoft Windows shell objects by property.
- Updated ShellListView to visually refresh property data like modified dates as changes occur.
- Updated the logic used to retrieve the IShellObject.FileSystemPath for Windows shell libraries.
Fixes
- Fixed a bug where sorting or renaming a shell object in a ShellListView with a non-Details layout mode could throw an exception.