python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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)
<avalonDock:DockingManager.LayoutUpdateStrategy>
<helper:L...
Joshua Chan
Votes: 0
Answers: 1
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:
<MenuItem.I...
Joshua Chan
Votes: 0
Answers: 1
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 muc...
Joshua Chan
Votes: 0
Answers: 1
Unnamed image in Avalon LayoutAnchorable title
I am new to Avalon Dock. I created a LayoutAnchorable in LayoutAnchorablePane, but found there is an unnamed imaged created next to title textblock. It is not visible and focusable, but could be found...
Votes: 0
Answers: 1