Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
990
ScaleTransform on XamDockManager
posted

I need to apply a ScaleTransform on XamDockManager, I did a test and everything works perfectly except for PaneToolWindow and DockingIndicator.
If I apply ScaleTransform on PaneToolWindow, the window is shown cut.
On DockingIndicator not have been able to act and the indicators are shown misaligned.
Is there a way to solve these problems?

Thanks for reply.

Parents
No Data
Reply
  • 54937
    Offline posted

    The docking indicators not being lined up properly is a bug so I submitted this for review. I'm not sure what you mean about the PaneToolWindows but basically since those are separate top level windows, the scaletransform you might apply to the xamDockManager or one of its ancestors will not apply to that element. You could handle the ToolWindowLoaded event and set or bind the LayoutTransform of the e.WIndow as needed.

Children