AutoHide docking tool window does not dock properly on Windows 8

Docking/MDI for WPF Forum

Posted 11 years ago by Charles Feng
Version: 13.2.0590
Avatar

Hi,

I have an auto-hide tool window in a docksite declared as below:

<docking:DockSite.AutoHideRightContainers>
    <docking:ToolWindowContainer x:Name="RightHandToolboxContainer">
        <docking:ToolWindow x:Name="toolBox" CanBecomeDocument="False">
        </docking:ToolWindow>

......

On Windows 7 it works fine.

However on Windows 8, when it is hidden and you hover over to make it pop out, it appears in middle of the main window, not anchored to right of the window.

Any ideas?

Thanks

Charlie

Comments (1)

Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Charlie,

Are you sure you are using the latest version 2013.2?  We recently found that non-hosted auto-hide popups had layout problems due to how WPF popups handle the "right-handed" setting on tablet PCs like Surface.  We fixed that issue in 2013.2 though.


Actipro Software Support

The latest build of this product (v24.1.2) was released 0 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.