What is New in ShellBrowser .NET?

Version 7.2

New Features and Improvements

  • The new "DetailsPane" control is introduced. It allows to display metadata similar to the details pane in Windows Explorer. Using the "CustomizeProperties" event you can modify the set of metadata that is displayed for a file and also add custom properties. The component can be connected with other ShellBrowser controls using a ShellControlConnector. Check the JamExplorer example projects for a demonstration.

  • Improvements in the ShellSearchEdit: A new "BeforeSearch" event has been implemented allows to cancel the search, determine whether the search will check filenames only or do a content search as well, and to overwrite the search phrase that the user has entered. This is done without being reflected in the visible search phrase, and can be used to additionally filter search results. See an example in the ExplorerBrowser sample project, where it is used to apply the "Text only" filter to the result of a search.
    Also, the "ContentSearch" property has been added, that you can use to control whether file contents will be searched (true and also the default value) or only filenames are matched. The property can also be changed per search using the "BeforeSearch" event.

Bugfixes

  • Fixed a problem in the ShellListView, where setting the Path property wasn't applied correctly in some situations (e.g. when called in a Form's constructor).

  • ZIP archive handling in the ShellListView: A range of problems that occured when working with files (deleting, opening, using the context menu) in a zip file have been fixed.

  • The handling of DriveSpaceChanged notifications has been fixed. It might have caused AccessViolations.

10/17/2025