Docking Windows like VS2022

0
0

Hello,

 

I am looking at Screenshots at “https://madewithwisej.com/page/2/” and I am wondering if there is a Control where you can dock Windows to a panel at runtime, so you can give a user the ability to rearange the GUI to his/her liking.

A litte bit like Visual Studio (2022) where you can move the Project-Explorer to the left or the right…

I see that Amtech Software (madewithwisej) on the second screenshot seems to have arranged multiple windows to. Is that a standard control I haven’t found yet?

  • You must to post comments
0
1

any suggestions on how to float a tabbed panel (min, max, tab, float)?

  • You must to post comments
0
0

Hi Sebastian,

Unfortunately, there isn’t a control that can mimic the exact layout you want.

However, what you’re seeing there is a combination of multiple controls.

You can mix and match Panels and SplitContainers.

As an example of that, you can have a 2 SplitContainers and a Panel, the Panel being docked to the right and the SplitContainers are set to fill.
I have attached a sample that showcases this!

With that being said, you would also have to specify a ruleset for the layout, like deciding whether each column will support one or two rows, how it would behave on different screen sizes, etc…

Replicating VS2022 layout is a complex task and thus it’s outside the scope of the free support, we offer professional support packages and services, you can check this link for more info: Professional Services – Wisej.NET

HTH,
Alaa

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.