-
When I drag a tabbed window and leave it "in the middle of nowhere" it becomes floating and SandDockMgr.DockingFinished event is triggered. Unfortunately this event is not triggered when I doubleclick the tab to make it floating. I need to know that a window has just become floating. Where...
-
I have a project in which I have several dockable windows. Two of them are docked to the left side, one containing a treeview component and another one containing a listview component. ONCE IN A WHILE (not every time, but I can reproduce it quite easily), when the window containing the listview is visible...
-
Hi, Anybody seen this weird behaviour? I couldn't see anything in the forum archives. If I drag and drop a SandDock control onto a form from my toolbox, or open an existing form in design mode which contains a SandDock control (e.g. the example code which is installed by the installer), VS2005 under...
-
I create a new form, with a dockwindows on it. I put a textbox on the dockwindows. When the focus is on the textbox, I check the me.activecontrol. The returned control is the DockContainer that contains the textbox, but not the textbox itself. How can I get the correct activecontrol?
-
Hi, today we have upgrade to Sanddock 3.1. After upgrading got the following error message. _sandcockManager.ActiveTabbedDocument = document; //DockControl Error 87 Property or indexer 'TD.SandDock.SandDockManager.ActiveTabbedDocument' cannot be assigned to -- it is read only . How to overcome...
-
Hi! Well I need open window with DocumentConteiner on full screen, and I want hide Tab handles (headers) on TabbedDocument in DocumentContainer. How can I do this? Ilia