I have tool windows that are floating and I'd like to be able to specify location coordinates. I have tried setting the rafting location, but this doesn't seem to alter the tool window location. Is there a way I can specify a position?
The current layout is (pseudo-xaml-code)
<document window>
<docksite>
<split container>
<workspace/>
<tool window container/> <-- here I specify toolwindows
</split container>
</docksite>
</document window>
The current layout is (pseudo-xaml-code)
<document window>
<docksite>
<split container>
<workspace/>
<tool window container/> <-- here I specify toolwindows
</split container>
</docksite>
</document window>