Problem in wpf prism
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
I have 2 view model in main window In which i have 1 button in one view model, while in my other view model i have a panel and initially tht panel is visible=fALSE I want tht while i click on tht button the panel from another view model will be visible
-
I have 2 view model in main window In which i have 1 button in one view model, while in my other view model i have a panel and initially tht panel is visible=fALSE I want tht while i click on tht button the panel from another view model will be visible
Well, you could always look at using an EventAggregator.