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

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

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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -