Hi,
I'm using CAB/SCSF along with the ultradockworkspace (7.3).
To display a view the "Show"-function of the Ultradockmanager ( Show(smartPart, smartPartInfo); ) is used. Added views should be in the state "floating", so we set: smartPartInfo.DefaultLocation = DockedLocation.Floating.
By default the floating views seem to appear in the left corner of the screen. How is it possible to change this location ? For instance a screen centered position of the floating Views would be much better for our purpose. How can we achieve this ?
Greetings,
Thomas U.
If you access the DockAreaPane of the pane you are about to show, you can set its FloatingLocation to a different Point to control where it will appear on screen.