I\'m using Prism pop-up region and the popup i开发者_C百科s modaless. When I tried to change Prism sample codes to replace .Show() by .ShowDialog() command, the codes become unstable. So, I need to ke
I have a relatively b开发者_开发问答asic question but more than anything just need some clarity really, I have been using Prism (Composite Application Guidance) to create a WPF MVVM desktop applicatio
I am using a datagrid that is 开发者_如何学Pythonallowing to drag its rows. My problem is that when i try to scroll down on my grid using the mouse on the side scroller, i get the \'no enterance\' sig
Well , In MVVM pattern it is good practice that two models should not know or talk with each other. That means you should not create a 开发者_C百科object of one model in other and then register for e
I am somewhat new to MVVM.I am not sure what the best way is to do what I am trying to do. Here is the scenario:
I\'m new to the PRISM framework so my question may be a bit off topic. I\'ve established a WCF service composed of two p开发者_JAVA技巧rojects.
I am little confused about how to create Master Detail view with two different user controls. There are three choices,
I am wondering if anyone can help me with something here: I am trying to create a \"pipeline\" or \"qu开发者_StackOverflow中文版eue\" of commands [similar to CompositeCommand in Prism] except I want i
I have a project containing a xaml ResourceDictionary that I wish to use outside of a FrameworkElement. The resource dictionary will contain a DataTemplate for a class local to the project to avoid po
I\'m new to Silverlight and Prism. I\'m developing a dashboard application. Here\'s my question. I\'ve 2 regions: 1. Login 2. Maincontainer.