
Hi,
How to Programatically set the height and width of the toolwindow in application build using the prismItegration with the docking.
For Example:I have two docksite named docksite1 and the docksite2 in my main application and each having the toolwindow named toolwindow1 and toolwindow2 respectively using the PrismIntegartion with the docking.That mean my usercontrol1 is hosted as the toolwindow1 in docksite1 of my main application and the usercontrol2 is hosted as the toolwindow2 in docksite2 of my main application.Suppose the width of the usercontrol1 is 200 that mean the width of the toolwindow1 is also 200 and if i click on the AutoHide button of the toolwindow1 then its form the Tab of the toolwindow1 but when i hover the mouse over the tab of the toolwindow1 then its shows the toolwindow1 as the pop but of width appx.150 that is less than the 200. I think this 50 pixel width is used for the Tab of the toolwindow1.But when i hover the mouse over the tab then i want to display the toolwindow1 as the pop of the same width(ie 200) as it was hosted as the toolwindow1 in the docksite1.
[Modified 13 years ago]