-
-
Notifications
You must be signed in to change notification settings - Fork 77
Home
FantasticFiasco edited this page Aug 27, 2022
·
12 revisions
MVVM Dialogs is a library simplifying the concept of opening dialogs from a view model when using MVVM in WPF.
Welcome to the wiki. Please choose your topic from the sidebar on the right.
Introduction
Dialog types
- Modal and non‐modal dialogs
- Message box
- Open file dialog
- Save file dialog
- Folder browser dialog
- Custom modal and non‐modal dialogs
- Custom message box
- Custom open file dialog
- Custom save file dialog
- Custom folder browser dialog
Configuration
Advanced usage