C# Pop Out Part Of The Window By Dragging

Viewed 14

Okay, so I have this below form layout in mind.

My form's potential layout

What I need is to be able to drag the title of the bottom part and drop it outside the form boundaries, so it becomes a form of its own.

If I could later on drag it back to its original place, so the top and bottom parts become one again, that would be awesome.

I am hearing this is a rather simple operation in C#, but I looked everywhere and found nothing so far. Could you point me in the right direction? I would be extremely grateful for any assistance. Thank you for your attention.

0 Answers
Related