Avalon Dock Float Window - ShowInTaskBar
I am using AvalonDock in a PRISM based WPF application. My document panes have the ability to float (CanFloat = "true"). But floating windows don't show up in the TaskBar. Is there a way to make this available in the TaskBar (ShowTaskBar = "true").
I tried to traverse the VisualTree to get the root window to set this property. But it changes in the source code.
Any help is greatly appreciated.
+3
source to share