RobinPerris / DarkUI

Dark themed control and docking library for .NET WinForms.
MIT License
834 stars 185 forks source link

Allowing DarkDocument Tab to be dragged out. #29

Closed EthemAcar-Dev closed 4 years ago

EthemAcar-Dev commented 4 years ago

Hi,

I would like to know how i can allow DarkDocument tab to be dragged out to a new window and also to be dragged in as a tab back again.

Thank you.

RobinPerris commented 4 years ago

This is not possible with the current implementation. DarkUI was designed to be very lightweight and uses custom user controls for simulating document windows.

If you want a more feature-rich docking system, I'd recommend using something like DockPanelSuite