I’ve released version 2.3.0 of ExplorerTreeView. It fixes a bug with the ResizedControlWindow event and introduces a new feature called RichToolTips. Rich tool tips are tool tips for truncated items that include the item’s icon. Windows Vista and newer use this feature in Windows Explorer.
Additionally, ExplorerTreeView now officially supports Windows 8.
Category: Releases
-
ExplorerTreeView 2.3.0
-
ExplorerListView 1.5.1
I’ve released a new version of ExplorerListView. It introduces the
IListViewColumns::PositionsString
property, which makes it a bit easier to store and restore the order of listview columns.
As no problems have been found, I’ve added Windows 8 to the list of supported operating systems. -
Animation 2.5.1
I’ve released a new version of the Animation control. It fixes the bug that clicking the control raised the Validate event of the currently focused control.
Also, as no problems were found, I’ve added Windows 8 to the list of supported operating systems. -
ShellBrowserControls 1.4.0
I’ve released yet another update of the ShellBrowserControls library. Version 1.4.0 is a pure feature release. I’ve implemented a way to easily persist column widths, column order, sorting settings and other column-related settings across different namespaces.
For instance, if you are in folder A and hide the Size column and make the Comment column visible instead, resize the Name column to 500 pixels and sort by date in descending order, then ShellListView would forget all these customizations as soon as you open folder B. With version 1.4.0 these things can be persisted, so that folder B will inherit the column and sorting settings from folder A.
This feature works as long as you don’t switch to a namespace that is totally different than the current one. For instance, if you switch from folder A to “My Computer”, “My Computer” will be opened with the shell’s default settings, because the columns available in “My Computer” don’t match those of folder A. -
ShellBrowserControls 1.3.1
I’ve released version 1.3.1 of the ShellBrowserControls library. It’s half bugfix release and half feature release. The bugfixes include auto-update and context menu improvements. The new features are a) usage of the new capabilities of ExplorerTreeView 2.2.2 and b) three properties of the ShellListViewColumn class that now can be written and no longer are read-only.