Skip to content

3.0.0

Pre-release
Pre-release

Choose a tag to compare

@ChrisRichner ChrisRichner released this 29 Mar 18:15
· 14 commits to master since this release

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.