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 71 forks source link

Tearoff parent size #56

Closed vince-koch closed 1 year ago

vince-koch commented 3 years ago

All the tear-off tabs I can think seem to derive the size of the detached form from the size of the parent form. This PR adopts that behavior, and avoids the odd behavior of having both the maximized and normal sizes be basically the same (maximized) size.

vince-koch commented 1 year ago

Closing due to lack of interest