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
230
Location of a XamRibbonWindow pop-up window
posted

Hi all,

How can I set the location of the XamRibbonWindow to pop-up in the center of the parent view? I want to do this from the xaml.

I am looking forward hearing from you!

Regards,

Parents
No Data
Reply
  • 5600
    Offline posted

    Hello,

    You can specify the xamRibbonWindow's owner to your parent view, and after that set the  WindowStartupLocation to "CenterOwner"(in XAML).

    Hope this helps.

    Regards,

    Anastas

Children