FatRainbowPony / Dock-Window

Dock window implementation of WPF
MIT License
1 stars 0 forks source link
application-desktop-toolbars csharp dock-window dotnet windows wpf
DockWindow

Dock Window

Nuget Downloads

Dock window implementation of WPF base off Using Application Desktop Toolbars

Features

Usage

Install the NuGet package. Then create a WPF window and select the DockWindow class instead of the Window class. Needs to done both in XAML and code

You can see DockWindowDemo for an example project