timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

Flyout should hide on orientation change #206

Closed stefanolson closed 11 years ago

stefanolson commented 11 years ago

The flyout doesn't move when you change orientation from landscape to portrait and the therefore can appear in an unexpected place, or if you move from portrait to landscape it can disappear completely.

I wonder if the best thing to do is just to hide it when the orientation changes. I have done this and can provide code if you wish.

timheuer commented 11 years ago

@stefanolson this should be happening already. Are you on the latest version. An orientation triggers a Window size changed event and the Flyout code is set to close the flyout when that occurs.