-
Currently i'm working a lot with the Sanddock Themes and i notice that there is no theme for the Dialog (SandDock.Window). Are there any themes for the Dialog or is even possible to theme the dialog? If so, can someone point me in the right direction. TIA Andreas
-
Attached is a project that demonstrates the problem i am having. When you close all windows that exist in a DockSite the focus goes to mysterious places (nowhere??) and commands wont fire. To demonstrate this run this solution (after adding a licence key) and close the DockableWindow. When you do the...
-
Currently a user has to click a document tab to set it as focused, then right click to bring up the context menu. Several of our customers have requested that when right clicking an unfocused tab, the tab should take focus and the context menu should show. I understand how it can be frustrating to click...
-
Im using sand dock for my main window layout. I also have sub windows. in one of these i have placed another sanddock control. now when i CTRL-Tab it the local sanddock swallows the events. I only want the main window layout to respond to this. Is this possible?
-
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...
-
I'm trying to programatically minimize an un-pinned window. Basically if the user hits enter in a TextBox inside this window I need the window to minimize back to the top of the docksite, out of the way.
-
Thanks Tim, I was using TypeDescriptor.GetProperties() however was trying to hook to the DockableWindow.Pinned property. Even though I looked in Reflector I did not realise that I could not hook on to this property.
-
Hi, Is there anyway that you can subscribe to certain properties changing? For example, I want to listen DockableWindow.Pinned property is changed so I can trigger an event/change state. cheers, Dennis