Are we only going to be able to create full screen Metro-style applications?

link|improve this question
feedback

3 Answers

up vote 5 down vote accepted

Yes:

Metro style apps are full screen apps tailored to your users' needs, tailored to the device they run on, tailored for touch interaction, and tailored to the Windows user interface.

Otherwise, as John Gardner points out, your app would not be a Metro-style app: if it exists on the desktop, it is by definition a desktop app.

link|improve this answer
Well, that is weak. I guess I'll have to rely on 3rd party Metro Ui like libraries to have Metro, but windowed. – Zeke Jan 10 at 12:57
1  
Not recommended. If you're deploying a desktop app, your users will expect a desktop experience; Metro is not made for that kind of environment (e.g. mouse and keyboard primary, smaller text, etc.) – Domenic Jan 10 at 17:32
2  
I'm just saying. Zune is doing a good job with it's Metro-like application. – Zeke Jan 10 at 23:16
Zune was developed before Windows 8 was announced. I'm sure the version for Windows 8 will be fully integrated into the system, and similarly, any non-Metro apps Microsoft releases for Windows 8 will embrace the desktop paradigm. – Domenic Jan 11 at 6:06
Didn't know that. I guess i'll just stick with normal WPF application and just use Metro for my WP7 version of my application. – Zeke Jan 11 at 10:06
show 4 more comments
feedback

But that's kindof the point of Metro.

You don't always have fullscreen either, because depending on screen size, you can have 2 applications visible.

If you want to use the desktop, you fall back into the standard windows desktop and use standard desktop applicatoins.

link|improve this answer
feedback

Yes but you can re-size your app by using Snap Feature.

I don't know exactly what are your requirements but better look at this and this video

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.