Hi,
I implemented an ActiproSoftware.Windows.Controls.Docking.ToolWindow with an self created user control which uses the System. Windows.Controls.WebBrowser to show html content.
But as you know there're problems if I dock this toolwindow. The content is rendered out of the borders of my docked window.
How can I prevent that ?
Are there workarounds, e.g. resize the window before resizing ( e.g. in OnStateChanged ) ?
I try this, but
1. I don't know where I get the correct docked window size of my toolwindow and
2. the Height and the Width values are NaN ?!?!?
I hope you can help....
Cheers,
M
[Modified 11 years ago]