All Projects → Dirkster99 → Avalondock

Dirkster99 / Avalondock

Licence: ms-pl
Our own development branch of the well known WPF document docking library

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Avalondock

ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (-91.51%)
Mutual labels:  light, light-theme, control, dark-theme, wpf
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (-57.53%)
Mutual labels:  dark-theme, ide, mvvm, light-theme, wpf
Handycontrols
Contains some simple and commonly used WPF controls based on HandyControl
Stars: ✭ 347 (-33.01%)
Mutual labels:  dark-theme, mvvm, wpf, control
NumericUpDownLib
Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing th…
Stars: ✭ 68 (-86.87%)
Mutual labels:  light, light-theme, control, dark-theme
Adonis Ui
Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
Stars: ✭ 878 (+69.5%)
Mutual labels:  dark-theme, light-theme, wpf
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+551.54%)
Mutual labels:  dark-theme, light-theme, wpf
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (-96.72%)
Mutual labels:  light, light-theme, dark-theme
hexagonTab
Hexagon bookmarks accented with a chosen colour. Customise the layout, style, background and bookmarks with hexagonTab.
Stars: ✭ 65 (-87.45%)
Mutual labels:  light, light-theme, dark-theme
fsc
A set of themeable WPF File System Controls similar to some parts of Windows (7-10) Explorer
Stars: ✭ 66 (-87.26%)
Mutual labels:  light-theme, dark-theme, wpf
SuggestBoxLib
A WPF Dark/Light AutoComplete TextBox that can easily handle 20.000+ entries.
Stars: ✭ 36 (-93.05%)
Mutual labels:  light-theme, dark-theme, wpf
InplaceEditBoxLib
WPF/MVVM control to implement a textbox on top of other elements like TreeViewItem or ListViewItem (use case: perform in place edit on top of a displayed text item)
Stars: ✭ 28 (-94.59%)
Mutual labels:  light, wpf, mvvm
One Gnome Terminal
Atom's One Dark and One Light theme for GNOME Terminal
Stars: ✭ 256 (-50.58%)
Mutual labels:  dark-theme, light-theme
Code Resume
Build your own Resume 📖 in seconds
Stars: ✭ 271 (-47.68%)
Mutual labels:  dark-theme, light-theme
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (-47.3%)
Mutual labels:  dark-theme, ide
Worlds Simplest Csharp Wpf Mvvm Example
The World's Simplest C# WPF MVVM Example
Stars: ✭ 279 (-46.14%)
Mutual labels:  mvvm, wpf
nodify
High performance and modular controls for node-based editors designed for data-binding and MVVM.
Stars: ✭ 282 (-45.56%)
Mutual labels:  wpf, mvvm
Vim No Color Collections
Collection of Vim themes with barely any colors
Stars: ✭ 270 (-47.88%)
Mutual labels:  dark-theme, light-theme
Toastnotifications
Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
Stars: ✭ 507 (-2.12%)
Mutual labels:  wpf, control
Rsthemes
🔮 Full RStudio IDE and Syntax Themes
Stars: ✭ 307 (-40.73%)
Mutual labels:  dark-theme, light-theme
Mvvm Dialogs
Framework simplifying the concept of opening dialogs from a view model when using MVVM in WPF or UWP
Stars: ✭ 335 (-35.33%)
Mutual labels:  mvvm, wpf
Downloads NuGet Packages
NuGet Dirkster.AvalonDock
NuGet Dirkster.AvalonDock.Themes.Aero
NuGet Dirkster.AvalonDock.Themes.Expression
NuGet Dirkster.AvalonDock.Themes.Metro
NuGet Dirkster.AvalonDock.Themes.VS2010
NuGet Dirkster.AvalonDock.Themes.VS2013 (see Wiki )

Net4 NetCore3

Master Branch

Build statusRelease Continuous Integration


AvalonDock

Support this project with a ⭐️ -report an issue, or even better, place a pull request 📫 😊

My projects Edi, Aehnlich, and many others (open source or commercial) are powered by this project.

AvalonDock is a WPF Document and Tool Window layout container that is used to arrange documents and tool windows in similar ways than many well known IDEs, such as, Eclipse, Visual Studio, PhotoShop and so forth. Here are some CodeProject articles:

This repository contains additional bug fixes and a feature added fork for: xceedsoftware/wpftoolkit version 3.2-3.6. Version 4.0 and later are developed indepentently, which is why this library (version 4.0 and later) uses the namespaces and library names that were used in AvalonDock 2.0 and earlier versions. But most importantly, the usage of this AvalonDock project remains free for both, commercial and open source users.

There is also an open source repository https://github.com/dotnetprojects/WpfExtendedToolkit with a fixed and stable version of all other (other than AvalonDock) components from the WPFToolKit.

Be sure to checkout the Wiki for more details.

Building AvalonDock from Source

This project supports multitargeting frameworks (NetCore 3 and .Net 4). This means that it requires Visual Studio Community 2019 or better to build.

Feature Added - Dark and Light VS 2013 Theme

Please review the Project Wiki to see more demo screenshots. All screenshots below are from the MLib based VS 2013 Dark (Accent Color Gold)/Light (Accent Color Blue) theme on Windows 10. Similar theming results should be possible with other theming libraries since the implementation follow these guidelines.

The Docking Buttons are defined in XAML, which ensures a good looking image on all resolutions, even 4K or 8K, and enables us to color theme consistently with the Window 10 Accent Color.

Description Dark Light
Dock Document
Dock Document
Dock Tool Window
Document
Tool Window

Theming

Using the AvalonDock.Themes.VS2013 theme is very easy with Dark and Light themes. Just load Light or Dark brush resources in you resource dictionary to take advantage of existing definitions.

    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/AvalonDock.Themes.VS2013;component/DarkBrushs.xaml" />
    </ResourceDictionary.MergedDictionaries>
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/AvalonDock.Themes.VS2013;component/LightBrushs.xaml" />
    </ResourceDictionary.MergedDictionaries>

These definitions do not theme all controls used within this library. You should use a standard theming library, such as:

to also theme standard elements, such as, button and textblock etc.

Mile Stone History

Fixes added in Master but not released to NuGet, yet

Fixes added in Version 4.50.2

Fixes added in Version 4.50.1

Fixes added in Version 4.5

Fixes & Features added in Version 4.4

Fixes & Features added in Version 4.3

Fixes & Features added in Version 4.2

Fixes & Features added in Version 4.1

Fixes and Features added in Version 4.0

More Patch History

Please review the Path History for more more information on patches and feaures in previously released versions of AvalonDock.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].