Simple Metro Style Panorama Control For WPF - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Tuesday, April 24, 2012

Simple Metro Style Panorama Control For WPF

The attached code doesn't really do too much so it doesn't need to too much jibber jabber describing what it does. What it does is pretty simple and can quite easily be summarized by the following few points

  • Create a Metro style control. I say Style, as it may not be 100% in line with what the Win8 Metro tile interface does, or how it functions, but too be honest it fitted my needs well enough and I figured it may be ok for others. So be warned its not like the best control ever, it s in fact pretty simple
  • Allow it to be used it a direct content mode/or use MVVM to drive the creation of the UI elements, via DataBinding
  • Allow the users to customise the primary/compilmentary colors should be used when generating tiles
  • Allow single tile group snap back animations (you know when you have not dragged past 1/2 way ala iPhone UI experience, it snaps back to previous tile group
  • Works with WPF

I wrote this control because I could not find one that seemed to work, I am aware of one in the Windows7 contrib/source code, but I wanted one for WPF, so I had to write this one.

So that is basically what it does in a nutshell, I guess it would be a nice thing to do at this point to show a screen shot or 2, so lets do that.

No comments:

Post a Comment