i've seen the beautiful MetroTwit interface http://www.metrotwit.com/ ; i would like to know which WPF components have been used for trying to reproduce it.

Thanks in advance c.

link|improve this question

56% accept rate
2  
You can just look into it, I guess. Or does Snoop not work for whichever reason? – Joey Jun 20 '11 at 21:28
wow! Didn't know Snoop, snoopwpf.codeplex.com . Thank you very much! – Cris Jun 20 '11 at 21:31
feedback

2 Answers

up vote 14 down vote accepted

MetroTwit designer here :)

All of the controls and animations were designed from scratch.

Obviously I drew a lot of inspiration from Zune, Windows Phone 7 but everything was re-templated from the default base styles. Most of the icons were made in Photoshop then converted into Expression Design to be output in XAML.

Since much of our design was with a Twitter client in mind, it's not universal for all applications. What you should really do is read up on the User Experience Design Guidelines for Windows Phone for a much broader understanding of Metro.

After you have a solid grasp of what you believe Metro to be, it's much easier to style the controls to the way that suits your application.

link|improve this answer
3  
congratulations for the great great work! – Cris Jun 21 '11 at 7:27
1  
congrats, amazing work :) any chance to release code as open-source? – D_Guidi Oct 13 '11 at 13:55
@LongZheng Beautiful work. Any chance of licensing some of the elements (as opposed to open-source). – tofutim May 7 at 10:03
feedback

Look at http://metrotheme.codeplex.com/ and http://www.silverlight.net/content/samples/sl4/themes/cosmopolitan.html those are silverlight but you can use it in WPF with some changes

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.