Skip to content

Other classes

David Simunič edited this page Nov 2, 2019 · 2 revisions
  • FolderSelectDialog.cs is my slightly modified version of ErikE's FolderSelectDialog class which allows you to use the new Vista+ open file dialog for selecting folders instead of the old folder browser dialog. This class is not used by the .NET Core 3.0 project, since .NET Core already uses the new dialog.
  • ListViewItemComparer.cs is used for sorting the VM listview in the main window.