RobinPerris / DarkUI

Dark themed control and docking library for .NET WinForms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allowing DarkDocument Tab to be dragged out.

EthemAcar-Dev opened this issue · comments

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.

commented

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