You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ExplorerBrowser throws ArgumentNullException when a new instance is dropped in Designer, cause in Design-Mode there is no ExplorerBrowser-Instance that has been created. That's why GetFolderView2() fails.
What code is involved Windows.Forms/Controls/ExplorerBrowser.cs -> get_ThumbnailSize()
Expected behavior
See the attached Patch-File. Using that would fix the Issue, but please take a look if it's exactly the behavior you intended. Using this (quick-fix) solved the problem for me:
Describe the bug
ExplorerBrowser throws ArgumentNullException when a new instance is dropped in Designer, cause in Design-Mode there is no ExplorerBrowser-Instance that has been created. That's why
GetFolderView2()
fails.What code is involved
Windows.Forms/Controls/ExplorerBrowser.cs
->get_ThumbnailSize()
Expected behavior
See the attached Patch-File. Using that would fix the Issue, but please take a look if it's exactly the behavior you intended. Using this (quick-fix) solved the problem for me:
21-04-22 ExplorerBrowser Designer-ThumbnailSize.zip
Screenshots

The text was updated successfully, but these errors were encountered: