Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syncfusionexamples/wpf-visual-studio-docking-windows-demo
Demonstrates of creating Visual studio style docking windows using Syncfusion WPF Docking Manager control
https://github.com/syncfusionexamples/wpf-visual-studio-docking-windows-demo
wpf wpf-docking
Last synced: 13 days ago
JSON representation
Demonstrates of creating Visual studio style docking windows using Syncfusion WPF Docking Manager control
- Host: GitHub
- URL: https://github.com/syncfusionexamples/wpf-visual-studio-docking-windows-demo
- Owner: SyncfusionExamples
- Created: 2018-10-04T05:14:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T13:40:15.000Z (11 months ago)
- Last Synced: 2024-04-14T12:07:22.261Z (9 months ago)
- Topics: wpf, wpf-docking
- Language: C#
- Size: 435 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Studio-like Docking Windows Demo for WPF
As .NET developers, we have all worked in Visual Studio and at some point may have wondered about the docking windows that hold the Solution Explorer, Code Window, Toolbox, and others. Visual Studio-style docking windows allow you to resize, move, and change the behavior of windows to create a layout that suits various development models. The Syncfusion docking manager allows users to create their own layout by just dragging and dropping the windows to the desired positions. It also allows layouts to be persisted with built-in serialization options.## About the sample
This sample shows how to Create Visual Studio-like Docking Windows in WPF.![](https://blog.syncfusion.com/wp-content/uploads/2018/09/VSlikeDockWindow-1.png)