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

Implement Pivot #18

Open timheuer opened 12 years ago

timheuer commented 12 years ago

Implement a pivot control like the Windows Phone has. Use open source history from phone.codeplex.com as base starting point?

JerryNixon commented 12 years ago

Vertical scrolling in a horizontally scrolling control was recently rejected as an acceptable Win8 Metro standard. The reasoning that I could decipher was around using the mouse wheel which activates the horizontal scroll then stops when hot over the vertical scroll. Not sure how to best implement this if you do it. // Jerry

jasonmoore2k commented 12 years ago

Pivoting isn't really the same as scrolling though, so it should still fit within the UX guidelines.