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

Need to implement LayOut.Placement = PlacementMode.Mouse #185

Closed JohnsonYin closed 11 years ago

JohnsonYin commented 11 years ago

For a popup menu, I think the best Placement should be PlacementMode.Mouse. But callisto does not implement it.

timheuer commented 11 years ago

Thank you for this suggestion. PlacementMode.Mouse is not a valid placement based on current UX guidelines, which is why it isn't implemented.