Releases: ChrisRichner/TreeViewFolderBrowser
Releases · ChrisRichner/TreeViewFolderBrowser
3.0.0
Changelog
2.3 - 2.4
- New abstract base classes encapsulate more logic, means less code on the data provider side, DO MORE WITH LESS ;)
- HideFileExtension property on the file system based data providers to hide file extension (idea by Evaldas Jocys)
- Shell32 Provider ShowFiles Bug fixed
2.2 - 2.3
- TreeViewFolderBrowserDataProvider now support files. You can configure this new feature with the ShowFiles property.
2.1 - 2.2
- TreeViewFolderBrowserDataProviderShell32 now support files. You can configure this new feature with the ShowFiles property.
- Bugfix Shell32 DataProvider: Recursive mode didn't show child items checked after refreshing.