-
I would like to be able to exclude certain sub-classes or certain windows from being giving XML output when I do a GetLayout on the dockSite. Is this possible? Is there a property that would exclude certain windows? I want to save the layout and restore it, but I want some windows to have to be opened...
-
Dear Readers, I'm quite new to WPF and SandDock, but after trying to style the titlebar of a DockableWindow for 5+ hours im giving in. What is the way to style the titlebar of a DockableWindow? I can find the WindowFrameElements Enum in Divelements.SandDock.Rendering but i dont know what to do with...
-
Does anybody knows solution to this? I have same scenario where I have a document container containing one window and I dont want to show the tab on it. Also when user drops a dockable window on it (now there are two window in container) I want the tabs to be shown and if user closes all but one window...
-
Hi all, Has anyone else experienced this in SandDock WPF 1.4.3: When we define the DockingWindows in XAML, the first window does not get its child UserControl IF it is hidden on initialisation. That is the DockingWindow is empty and when inspected via Snoop there is no child UserControl. We haven't...