Wpf popups or modal windows as user entry screens?

Posted by Shatterling on Stack Overflow See other posts from Stack Overflow or by Shatterling
Published on 2010-06-16T13:45:38Z Indexed on 2010/06/16 13:52 UTC
Read the original article Hit count: 227

Filed under:
|
|

I am building an application which has multiple user entry screens. I would like to know if there are advantages/disadvantages of using wpf popups rather than modal windows? I am using mvvm-light.

I have noticed that popups are being used extensively in touch applications (eg iPad).

© Stack Overflow or respective owner

Related posts about wpf

Related posts about mvvm