Solved bugs

SelectFolder method of TOrtusShellTreeView only works when RootFolder property is sfDesktop.
OLE Drag & Drop: dropping data from other applications is not accepted by TOrtusShellTreeView and TOrtusShellListView.
OLE Drag & Drop: dropping Outlook2000 messages in TOrtusShellListView raises an exception.
Multi-threading problem in TOrtusShellTrayIcon: animation stops during execution of Synchronize method.
Shortcut keys in TOrtusShellListView do not work on multi-selected items.


New types

TOrtusShellNavigateFolderEvent= procedure(Sender: TObject; const Folder: string; var Accept: Boolean) of object;


TOrtusShellTreeView

new properties

AutoDefaultCommand: Boolean;
ShowHiddenAsTransparent: Boolean;


TOrtusShellListView

new properties

AutoDefaultCommand: Boolean;
AutoNavigate: Boolean;
ShowHiddenAsTransparent: Boolean;

new events

OnAfterPopluate: TNotifyEvent;
OnBeforePopluate: TNotifyEvent;
OnNavigateFolder: TOrtusShellNavigateFolderEvent;
