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

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -