November 11th, 2011· new base class ShellListView, ShellFileList and ShellDriveList introduced to remove redundante code.
· Shellcolumns of the ShellListView can now easily be hidden or added programmatically using the method SetColumnVisibility
· ShellContextMenu can be hidden for ShellTreeView, ShellListView, ...
January 14th, 2011· ShellFileList: Added key handling.
· ShellFileList: If property CheckIfExists it true, items that do not exist anymore are removed during a FullRefresh().
· ShellFileList: Added property ReadOnly. If true, operations that change the file system like delete or rename will not be executed.
June 9th, 2010· ContextMenu-entry "send to" now works for Windows 7
· Fixed bug in ShellTreeView that caused wrong sorting
· Fixed bug in ShellList that prevented refresh on connected views after drag&drop
· Fixed bug in ShellTreeView that lead to effectless setting of the AutomaticRefresh-attribute
October 2nd, 2009· Added a default background context menu to the ShellListView which among a few other things supports the paste from clipboard function.
· New function ShellBrowser.MatchPattern to check if a filename passed as a string matches a particular pattern such as '*.txt'.
October 30th, 2007· A ListView for managing files from different folders has been introduced, which also provides an integrated flexible search engine
· The Components are now fully compatible to Windows 64 and support the Vista visuals
· The ShellBrowser controls now support drag&drop with the Windows Explorer.