-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Hi,
I have an issue with proper position of the tour popup when hosting window's size changes or when it's being moved to another position.
I tried demo app and everything works fine there, but when I prepared the most simplest test app of mine, nothing works as it should.
Check this - app on normal start looks good

but when I move window popup does not move with the attached element

It behaves the same when I resize the window.
Here's demo app
FeatureTourTest.zip
Can you help me please? What have I done wrong?
Edit: I have just noticed that when I use button placed directly into window element it works, but when I use button placed in usercontrol that is placed in the window it does not. Is there any way how to make Tour working from user controls?