I have created an application where there\'s a series of command bindings attached to the MainWindow of my application:
Here is the XAML markup. I\'m trying to make by default \"tools\" pane hidden. I\'ve seen in the tutorial something like this : Command=\"ad:DockableContentCommands.ToggleAutoHide\".
I am able to use WinForms controls, but not an entire form: var foo = new DockableContent(); foo.Title = \"Foo\";
I\'m using AvalonDock to layout my application. I want to create开发者_开发百科 a \"View\" MenuItem with a checkable MenuItem for each of my DockableContents that will show/hide each item.
I\'m using AvalonDock (link) to create my application. I have a toolbar and a documentpane (VisualStudio like) and each new document contains a textbox. And now I\'d like to add an Undo button to my t
I\'m trying to make Avalon work with WPF Ribbon on VS2010 .NET 4, but all I got is a blank screen overriding even the titlebar. I think this problem is caused by some incompatibility with the RibbonWi
I have the following AvalonDock XAML: <ad:DockingManager Name=\"DockManager\" Background=\"White\">
Has anybody tried PRISM and AvalonDock (latest release with DocumentSource property) together? I alr开发者_如何转开发eady had a look at http://www.youdev.net/post/2009/07/17/AvalonDock-Documents.aspx