Discussions under Prism v1

Tips on Posting Good Questions

  1. Search the forums first.
  2. Summarize the specific problem in the thread's title.
  3. Give details about your problem; example exception type, message, call stack, and code snippet.
  4. Use the right tags. For example, if you are using Prism 4 for WPF, tag with "Prism-v4 WPF" instead of "Prism-v1".

Check the full tips for more useful suggestions about asking questions.


communication from child viewmodels to parent viewmodel

first post: davikokar wrote: Hallo, I have a viewmodel that contains an observablecollection of...

latest post: DCherubini wrote: Hi, The implementation details of your application depends mostly o...

SaveLayout Memory Leaks

first post: Ayyah wrote: Hello, I used saveLayout & RestoreLayout from Avalone Dock, but ...

latest post: DCherubini wrote: Hi, You mind find this project useful to use the AvalonDock library...

How to filter the views in a region based on condition?

first post: jzhongsun wrote: Hi There is a regions container control(Scoped region). For exampl...

latest post: ashishdhyani wrote: Hi jzhongsun, Try doing like below in the Resource file <vm:My...

How to place by many Regions in XAML?

first post: user256 wrote: Is it possible? <WrapPanel> <ItemsControl x:Name="tb...

latest post: mbronzovic wrote: Hi, Your approach seems to be valid, as it should produce similar r...

Prism Source-Code Stepping?

first post: weitzhandler wrote: Is there a way to get into the Prism source code while debugging? S...

latest post: mvermef wrote: well you have the source code so if you reference the project of th...

There should be a non-generic CompositePresentationEvent and EventSubscription.

first post: weitzhandler wrote: I don't understand why there is no CompositePresentationEvent that ...

latest post: weitzhandler wrote: This blogpost should be useful: http://blogs.microsoft.co.il/blogs/...

The definition and application of Services in the Prism world

first post: aidesigner wrote: Prism documentation uses the term service often, which is a pretty...

latest post: GuidoMaliandi wrote: Hi, From the description of the Model class in the MVVM chapter of ...

Logging best practice?

first post: dcveeneman wrote: Hi-- I am learning Prism, and I am writing a demo app as part of th...

latest post: lduys wrote: You can also use http://silverlightlogging.codeplex.com/ which has...

Recognize active view

first post: netx wrote: Related to this post (http://compositewpf.codeplex.com/Thread/View...

latest post: fantivero wrote: Hi, There is not guidance on this topic in Prism out-of-the-box. B...

Key pressed in ViewModel

first post: kausarmehmood wrote: Hi ! I want to catch my kedown event in ViewModel. Is there any way...

latest post: fantivero wrote: Hi Kausar, If you want to avoid using Commands, I think that you c...