-
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...
-
Hi Divelements Team I'm encoutering an issue while applying the following style to mdi windows. The issue is that we cannot use the mouse to select comboboxes values anymore. <Style TargetType="{x:Type sdprimitives:MdiWindowContainer}"> <Setter Property="Template">...
-
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?
-
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...
-
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