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
-1
votes
1 answer

How to change MahApps Icon into URI?

I am using MahApps and AvalonDock for my WPF application, AvalonDock tab header icon can only accept URI icon source. However, from my understanding MahApps icon need to set like below:
-1
votes
1 answer

Remove docking combo button from AvalonDock LayoutAnchorable

I'm developing a vb.net WPF application (not using MVVM) that contains an AvalonDock LayoutAnchorable. What I want to know is, is there a way to remove the built-in Down-Arrow combo button that provides docking options from the LayoutAnchorable?
Somanna
  • 284
  • 1
  • 13
-2
votes
1 answer

WPF, WinForm C#

I am trying to create a table with check marks and WPF controls (a range slider with two textblocks). WPF controls is written using Avalon library and I successfully added that to my table. But, when the form is closed, I need to get the texts from…
Andy
  • 3
  • 1
-3
votes
1 answer

AvalonDock: Change Header Height of AnchorablePanes

How do I change the height of the headers of all AnchorablePanes preferably at once?
Somanna
  • 284
  • 1
  • 13
-3
votes
2 answers

Prism project structure given GUI design

I have the following GUI design and the questions are in red. Basically I have one Ribbon on top, and a main area below. The main area as you can see contains lots of panes. These are all floatable, dockable all that good stuff. I will use…
user2381422
  • 5,645
  • 14
  • 42
  • 56
1 2 3
23
24