Questions tagged [avalondock]

AvalonDock is a WPF controls library which can be used to create a docking layout system like that is present in VisualStudio. It supports fly-out panes, floating windows, multiple docking manager in same window, styles and themes and it can host WinForms controls.

AvalonDock is a WPF controls library which can be used to create a docking layout system like that is present in VisualStudio. It supports fly-out panes, floating windows, multiple docking manager in same window, styles and themes and it can host WinForms controls.

This library is the successor of the 'WPF Docking Library' that was published on CodeProject quite a while ago. AvalonDock is now part of Extended WPF Toolkit.

Features

  • Completely written in C# and XAML
  • Almost everything can be restyled
  • Support for Windows Forms controls

Known Issues

  • Due to design decisions (support for Windows Forms controls) this library cannot be use in a restricted environment (e.g. XBAP)

License

New BSD License (BSD)

350 questions
0
votes
1 answer

WPF AvalonDock ExpressionDark

I have been working with WPF and AvalonDock and would like to apply the AvalonDock.theme.ExpressionDark. However, when I applied this theme, the docking direction indicator will not show up. If I just apply the AvalonDock normally (without applying…
user883434
  • 717
  • 2
  • 10
  • 25
0
votes
0 answers

Autocompletion with Indentation not working in AvalonEdit

I am to new to avalonEdit and using it for my custom language, the lanuguage does not use { } for block, instead it uses some keyword use as end. So i tried to implement feature that will automatically complete block for user and indent cursor, now…
0
votes
0 answers

How to apply custom style to LayoutAnchorable (AvalonDock)

I have this code where the part where the style applied for ListBox works just fine, but the first part where I want to change the style of the LayoutAnchorable does not work at all. What am I doing wrong?
classworm
  • 3
  • 3
0
votes
0 answers

LayoutAnchorable closing event being called more than one time

I have a LayoutAnchorablePane and some LayoutAnchorable's inside the pane. When I float the LayoutAnchorablePane and try to close it, it just tries to close every children inside the LayoutAnchorablePane (closing event being fired more than one time…
classworm
  • 3
  • 3
0
votes
0 answers

How to show every LayoutAnchorable objects that are children of a LayoutAnchorablePane by default

I'm creating LayoutAnchorable dynamically in code and making them a child of a LayoutAnchorablePane. The one I add as a last child is being shown but the other ones is hidden and looks like they are tabbed. How can I show them both by default like…
classworm
  • 3
  • 3
0
votes
0 answers

AvalonDock remove child in LayoutAnchorableGroup

I'm creating LayoutAnchorable dynamically and adding it to a parent. A button fires this code and created layoutAnchrable, listbox and some content in it. LayoutAnchorable layoutAnchorable = new LayoutAnchorable { Content =…
classworm
  • 3
  • 3
0
votes
0 answers

Closing and reopen the AvalonDock Dock Panel in wpf

I am using Avalondock dock panel in my desktop application. when I click close button the dock panel should disappear from the application, this feature is working completely fine but I am looking for a solution how I can reopen dock panel again. I…
0
votes
1 answer

WPF pinning option that does not fill height

I'm looking for a WPF option that shows panels on the sides, and allows you to pin/unpin them. Basically this means a Window, with a main control in the center and multiple different panels on both the left and right sides of this main control. …
Phil
  • 1,852
  • 2
  • 28
  • 55
0
votes
1 answer

Add an extra tab item with a + character to an Xceed DockManager control

I am using Xceed.Wpf.AvalonDock to arrange views with a row of tabs along the top like in a WPF TabControl. I am using it in an MVVM pattern like this:
Rye bread
  • 1,305
  • 2
  • 13
  • 36
0
votes
1 answer

How to create AvalonDock LayoutInitializer in ViewModel and bind it to the XAML code?

I'm using Dirkster AvalonDock(v4.60.1) with MVVM pattern. Avalon Dock usually setup the LayoutUpdateStrategy as below: (In XAML)
0
votes
1 answer

How to set the Anchorable View Floating/Hiding Manually for WPF Dirkster AvalonDock(v4.60.1) with MVVM

I'm using Dirkster AvalonDock(v4.60.1) with MVVM pattern in my WPF project. I would like to change the AnchorableView state into float or hide through my View Model but unfortunately there are not much examples for me to refer. The way I did was to…
0
votes
1 answer

Drag and Drop with WPF and Avalon Dock

I have a WPF app with the following subset of code for the main window:
Seth
  • 8,213
  • 14
  • 71
  • 103
0
votes
2 answers

AvalonDock: Binding to LayoutAnchorablePane position?

I am creating a custom theme for my WPF application that uses the AvalonDock docking framework. I have already opened a GitHub issue for my question on the AvalonDock repo but I'm hoping I can get an answer faster here (and ready to put a bounty on…
Romen
  • 1,617
  • 10
  • 26
0
votes
1 answer

Wpf app with AvalonDock docking layout system

I am creating a small wpf program in .net5. It should have a tab system and a sidebar. The Dirkster.AvalonDock library github is suitable for my purposes. Installed version 4.60.0. I just started getting to know this library. The difficulty arose…
Reydan
  • 3
  • 2
0
votes
1 answer

AvalonDock mouse right click menu

How to disable at DockablePane(UI in AvalonDock.dll) mouse right click menu ?please help,i need that.because i want to provide my project with multi-language and it is only in English
Javidan
  • 566
  • 1
  • 9
  • 25