I want to bind开发者_StackOverflow a List to a WPF combobox in xaml. Wondering what is the simplest way to do it.
I need to learn prism (for evaluation to use at my work). I am confused on the version I should be using to learn with.I see from the site that there is a version 4.0 that is having active drops.I al
i\'m using the desktop library of prism. what i want is to get modules in a directory and then, run them.
Are the prism dll\'s the same for both platforms? If so, im assuming them to be Silverlight assemblies since Silverlight (the last i chec开发者_Python百科ked) can not reference non-silverlight assemb
I am still learning to use MVVM and Prism and have some general questions: I have a grid in my view.Lets say I
I have a Silverlight application that has three regions that will host the same Views.What I want to know is, how may I create a zoom control for each of the views, without zooming all of the views (a
I have a shell which looks like toolbar and defines my main region (a wrap panel).What I need to do is be able to add widgets to the shell and when a widget is clicked, a new window (view) is opened.B
This is perhaps a silly question, but I can\'t seem to find out how to do this. I have a Silverlight app using Prism\'s regions, and I have a requirement for an \'expand\'-typ开发者_StackOverflow中文
I\'m implementing data validation in WPF using the Prism MVVM framework. I\'m using clean data Entities in the ViewModel which are being bound to the presentation layer.
In my application I want to show a login screen first, if the login is successful only then I want to show what is known as a Shell.