lstratman / EasyTabs

Library to enable .NET WinForms apps to easily render a set of tabs in their titlebar space, similar to Chrome, Firefox, Edge, etc.
https://lstratman.github.io/EasyTabs
155 stars 70 forks source link

Exception when dragging a tab out #64

Open manfromarce opened 3 years ago

manfromarce commented 3 years ago

When a tab is dragged out, a new window isn't created and the application crashes. It throws a "Object reference not set to an instance of an object" exception in external code. Everything works when reordering tabs in a single window. I'm using .NET Framework 4.7.2 and latest Windows 10 version.

Foreverably commented 3 years ago

its because you are trying to maximize it when it is being dragged, yes this happened to me like any other browser drag it out close but not to close to the tabs and you wont have the error

manfromarce commented 3 years ago

Thanks for your answer, I eventually solved by cloning the sample application