I\'m working in a project where I have declared two sections in the Shell; one of these is used to place a menu whose items will load modules on demand and the another one will be used to load the Vie
I am using a Menu control as a region. It works fine, however when I add a theme to my application (Added a resource-dictionary to my App.xaml) normal menus have the theme, but the views inside my reg
I\'ve got a View containing a TabControl bound to a region \"CustomerRegion\". I\'ve got a few View/ViewModels which are marked as [ViewExport(RegionName = \"CustomerRegion\")].
I have a prism/silverlight view and it is mapped to a tabitem in a tab control of my shell. It looks like this.
I am a newbie on MEF and trying to figure out how to structure my Prism 4.0 application to connect views to view models. My use case is that I have one user开发者_JS百科 control nested inside another
I\'m using a standard .NET DataGrid like this: <DataGrid ItemsSource=\"{Binding Datensaetze}\" AutoGenerateColumns=\"False\">
Yesterday i gone through开发者_StackOverflow社区 some article about EventAggregator, there some shot of code written like this,
I am trying to create a 3D editor and I am using Prism as my application framework. I wanted a Viewport3D to be a region for my views, and individual trees of Visual3D object to be the views themselve
This seems like a dumb question but I have looked through the docs for prism and searched the internet and can\'t find an example... Here is the deal.
My Silverlight PRISM application is loading several XAP modules. I want to be able to get access to the types contained in the loaded modules so I could create instances of the views and modelviews BE