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: 254
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