Discussions under Prism v2 - WPF 4

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.


CompositeCommand for ANY registered DelegateCommand that CanExecute

first post: elneilios wrote: Hi, I'm guessing this probably isn't possible but I'd really like t...

latest post: aadami wrote: Hi, For those interested in this subject, I believe you could also ...

Region in adorner (Fluent Ribbon Backstage)

first post: rumzeus wrote: I'm using Fluent Ribbon (http://fluent.codeplex.com/) and want to p...

latest post: shoeg wrote: You can inherit from the third party control. In the static cto'r o...

Getting List of Loaded Assemblies using PRISM

first post: raj_msce wrote: Hi, We are working on a large application developed using Silve...

latest post: DCherubini wrote: Hi Raaj, As far as I know Prism does not expose the assemblies of t...

AnimatedTabControl Mouseup Event ERROR.

first post: thenndral wrote: Hello, I'm using AnimatedTabcontrol. I got the code from StockTrad...

latest post: thenndral wrote: Hello, I got it. Sln: add code in datagrid mouseup event. e.handl...

Nested Regions

first post: mqca wrote: Can anyone tell me why this doesn't work? ...

latest post: weitzhandler wrote: Found answer: The nested region is added later at runtime after the...

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...

EventAggregator and Application.Deactivated event

first post: snyderjk wrote: I'm having an interesing problem with CAL and the event aggregator...

latest post: snyderjk wrote: Turns out I had a typo. ea.GetEvent<AppActivatedEvent>().Subscribe...

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...

Style with dataTemplate doesn't work so well...

first post: Martuanez wrote: I styled a RibbonTab's Header ( spacing) with a dataTemplate the is...

latest post: Martuanez wrote: I think my issue it's a little bit different because this works fin...

Add views to region

first post: eranb wrote: Hi, My applicatin contains list box which is a region that contain...

latest post: GuidoMaliandi wrote: Hi Eran, There doesn't seem to be anything in the code you're showi...