-
-
Notifications
You must be signed in to change notification settings - Fork 77
Sample applications
FantasticFiasco edited this page Dec 14, 2017
·
6 revisions
For each supported dialog type there is a sample application showing you its usage with IDialogService
.
The sample applications are implemented using MVVM Light Toolkit. The popularity of the framework and the fact that it now is a part of .NET Foundation makes it a good candidate for any project.
All sample applications are accessible using the solution found in repository, but you can also open the individual projects found in the following paths.
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