locked
Metro style app on the desktop ? RRS feed

  • Question

  • Hello , 

    I want to build a desktop app that looks & behaves like a metro/zune app .

    are there any ready made controls that i can use , or do i have to custom code everything including the animations, from scratch ?


    Thanks! 

    Wednesday, August 8, 2012 10:37 PM

Answers

All replies

  • Sorry, but the answer is yes, you have to implement a lot of things.

    You might be able to copy styles and some cotrol-related templates from a Metro project, however, the logic behind Metro-only controls have to be re-written.

    If I'm not wrong, stuff like some automatic animations do not exists in WPF yet.

    Is not impossible. All depends on how much of the Metro-feeling you want in WPF.


    Blog: Silverideas

    • Proposed as answer by Sheldon _Xiao Friday, August 17, 2012 7:21 AM
    Wednesday, August 8, 2012 10:49 PM
  • Hi aviatrix,

    If your app is WPF, you could create your metro themes and then apply this theme on your WPF app, you could refer to below metro themes and adapt them to your specific needs:

    http://elysium.codeplex.com/

    http://www.codeproject.com/Articles/408211/A-Zune-Style-Application-Template-for-WPF-and-Silv

    http://stackoverflow.com/questions/3458382/metro-like-theme-for-wpf

    Best regards,


    Sheldon _Xiao[MSFT]
    MSDN Community Support | Feedback to us
    Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.


    Thursday, August 9, 2012 5:44 AM
  • Use VisualStudio 2012 RC, there are project templates avaliable, which builds metro style design....

    _____________________________________________________________

    Do Vote the answer and Propose the article

    • Proposed as answer by kishhr Sunday, August 12, 2012 3:36 PM
    Sunday, August 12, 2012 3:36 PM
  • Hi aviatrix,
     
    I am marking your issue as "Answered", if you have new findings about your issue, please let me know.


    Best regards,


    Sheldon _Xiao[MSFT]
    MSDN Community Support | Feedback to us
    Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    Friday, August 17, 2012 7:21 AM
  • Hello! You can also use Elysium.
    Friday, May 3, 2013 1:59 AM