By Hisowa on
6/2/2011 9:15 PM
I am digging up my old code for this, and rushed to get this post.
Last post gave this one a preview, and some things just wouldn’t work and some did.
Demo page Get the Code What makes this one better/different (Compares to Mod Popup)
1) This one allows you to make your very own popup (ChildWindow) instead of just the inside.
2) doesn’t use HisowaModPopupResult data holder class. Instead you can type in the property name in PopUpVM as parameter of ICommand
3) Pop up is now created by the behavior every time. not reused which caused the new Popup to have old values.
This will supplement some info from the last post.

...