What is New in ShellBrowser .NET?

Version 7.3

New Features and Improvements

  • .NET 10 is now supported as well

  • When built with .NET 10, the main ShellBrowser components (ShellListView, ShellTreeView, ShellAddressBar, DetailsPane, ShellFilePreview) now support the dark mode. It can be set using "Application.SetColorMode".

  • Using the "ShellListView.LineHeight" property, you can now configure the row height (in pixels) for the Details, List and SmallIcons views. The value is DPI-scaled. Default 0 keeps the natural height.

  • The "Share" context menu item ("Windows.ModernShare" verb) now can be made working correctly in .NET 6+ applications. The JamExplorer example illustrates how to handle the modern share dialog using the new ModernShareHelper class. Requires the consuming project to target net6.0-windows10.0.17763.0 or later.

Bugfixes

  • A potential freeze or delay when slow or unreachable paths are stored in the "Recently typed path" list in the ShellAddressBar is now prevented.

  • Auto-scrolling upon drop now works also in FileList.

  • ShellTreeView: It is now prevented, that root nodes are added twice. This happened for OneDrive in Windows 11 25H2.

  • Visual glitches in the AddressBar have been fixed.

03.07.2026