I use AvalonDock to have a vs-like docking style, and I use prism to inject views in my application. Basically the user will have a panel on the side with one button per view loadable, and each time h
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 pa
How do I make the initial startup state of two dockable content panes stack instead of being tabbed using AvalonDock?
So I\'m totally new to C#. I\'ve done some Objective-C/iPhone programming. I\'m looking through code and we have this:
i\"m using prism with AvalonDoc. when i try to restore the layout (on the event handler of the menu button \"RestoreLayout\")
I am using Avalon Dock in a project that\'s sim开发者_运维问答ilar to notepad++i have the documents as Document content, the problem that im facing is that when a user closes a document content
I have a prism/wpf/mef solution that contains an AvalonDock. I created a RegionAdapterBase<Pane> class that handles creating and removing the Panes from AvalonDock.
Is it possible set specific culture for DateTimePicker control? I would like use this specific culture on format name of moths and time format. For Example I create specific culture:
My application is build around AvalonDock, which has quite good Visual Studio 2010 skin (which is 开发者_运维问答much prettier than all the other skins). Now I would like to style the rest of my appli
In my application I\'m loading windows from \'plugins\', so my app doesn\'t know them until runtime. I\'m creating DockableContent for each plu开发者_StackOverflow社区gin and sets it\'s Content to Con