3

Is it possible to use the Windows 8 Store controls in a Windows 8 desktop app? Controls like the FlipView and SemanticZoom would be useful.

I haven't found any information about this and would presume the answer is no, but thought someone would have a more definitive answer.

dex3703
  • 401
  • 3
  • 8
  • XAML or HTML? Please. Learn something about platform you are developing for before asking. – Euphoric Jan 10 '13 at 21:13
  • 2
    XAML. It seems pretty clear the HTML is only for store apps. I guess I'm asking more if Windows.UI.Xaml.Controls is available in desktop apps. – dex3703 Jan 10 '13 at 21:38

1 Answers1

3

Well if my reading comprehension was better, I'd have seen the answer was right on the MSDN page. It's no. :)

http://msdn.microsoft.com/en-us/library/windows/apps/br211377.aspx

dex3703
  • 401
  • 3
  • 8