Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Programmatically Position Holographic UWP XML Window

edited October 2017 in Questions And Answers

I’ve developed a C#/XAML UWP app used to display multiple 2D windows (videos/pdfs/interactive XAML windows with buttons) and everything is working great. However, one of the features I want to implement is the capability to arrange the holographic windows in a line, or some other preset configuration.

It seems that the XAML windows have no awareness of the Holographic shell in which they are contained. The user can drag and pin, but I am stuck on finding a way to set the window’s location programmatically. How can I grab and manipulate the 3D positional data from the parent holographic frame?

Answers

Sign In or Register to comment.