wpf - How to open/close view from the XAML code of another view when specific event is risen? -
how open/close view xaml code of view (using mvvm) when specific event risen?
instead of using event, why not use variable datatriggers?
have mainview has contentcontrol content equal initial view. when change variable (for example, true false) mainview sets content equal other view.
Comments
Post a Comment