Hi,
QUESTION1
How to register the multiple usercontrols as the toolwindows of same width in the single docksite ?
I am able to register the multiple usercontrols as the toolwindows with in the single docksite but these toolwindows of same width are not coming using the belowed code.These toolwindows are coming in the single docksite but of different width.
Suppose i have docksite named docksite1 and it should have 5 toolwindows of same width and these toolwidnows are loaded as alligned horizontally to each other in a row.
i am using the belowed code but its not working.
DockSite.SetControlSize(toolWindow, newSize(110,35));
the above code for registering the toolwindows of the fixed width.
QUESTION 2 :
If i register the multiple usercontrols as the toolwindow with in the single docksite the docking splitter will come between the toolwindows then how to disable or hide the docking splitter between the toolwindows of the same docksite.