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

Left/Right placements of Flyout aren't positioning correctly on secondary screen #200

Closed endquote closed 11 years ago

endquote commented 11 years ago

In the sample app, if you set the flyout menu position to left or right, and if your app is on a secondary screen, the flyout ends up at the top of the screen. In my case, the window argument to PlacePopup is: -1920,520,1920,1080

timheuer commented 11 years ago

Dupe of #109