You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm totally new to WinUI3, but I've been dealing with desktop UIs for decades.
I saw there's a DockPanel layout but if I'm not mistaken, it's rather simple and doesn't allow user interaction (drag n' drop, etc.).
For the application I'm about to port to WinUI, I would need a docking system as complex as the one you have in Visual Studio.
With the ability for the user to dock, undock via drag n' drop, float, resize, pin/unpin the dockable windows.
I've already written a layout/control like this...20 years ago in Win32, so I think I should be able to succeed today (in C# with SkiaSharp for the rendering).
The question is: do you guys care about it for the community toolkit?
Also, I've tried to find if there's such free layout/control out there in WinUI, in OSS but couldn't find one, if I've missed it, thanks for letting me know. Because this kind of control will require a considerable amount of time to develop.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm totally new to WinUI3, but I've been dealing with desktop UIs for decades.
I saw there's a DockPanel layout but if I'm not mistaken, it's rather simple and doesn't allow user interaction (drag n' drop, etc.).
For the application I'm about to port to WinUI, I would need a docking system as complex as the one you have in Visual Studio.
With the ability for the user to dock, undock via drag n' drop, float, resize, pin/unpin the dockable windows.
I've already written a layout/control like this...20 years ago in Win32, so I think I should be able to succeed today (in C# with SkiaSharp for the rendering).
The question is: do you guys care about it for the community toolkit?
Also, I've tried to find if there's such free layout/control out there in WinUI, in OSS but couldn't find one, if I've missed it, thanks for letting me know. Because this kind of control will require a considerable amount of time to develop.
Beta Was this translation helpful? Give feedback.
All reactions