Hi,
As i have toolWindow.Dock(dockSite,Direction.Top); functionality in the Open(DockingWindow dockingWindow, object item) function of the IDockingWindowInitializer, IDockingWindowItemTypeProvider of the PrismIntegration.
But can i set the parameter in this function or can i do programaticcally by setting the toolwindow to which another opening toolwindow should apply its opening position like right,left,top ,bottom of the toolwindow set by programatically.
For Example Currently i have two tool windows one above the other in the docksite or in my main application during the debug time and as i continue the debugging i am opening another tool window using Dock(dockSite,Direction.Right) but it will not dock or open to the right of the top of the two tool windows , as it will dock or open to the right of the both of the tool window.So can i programatically set the toolwindow to which another opening toolwindow should apply its opening position ?