Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 662 Bytes

File metadata and controls

24 lines (18 loc) · 662 Bytes

XamlBrewer.WinUI3.DialogService.Sample

Demonstrates an MVVM DialogService in a WinUI 3 Desktop application:

  • Message Dialog, Confirmation Dialog, Input Dialog
  • Binding and x:Bind
  • Command and EventHandler
  • Callable from View and ViewModel (and more)
  • Theming

Some screenshots:

Message Dialog: Screenshot

YesNo Confirmation Dialog: Screenshot

YesNoCancel Confirmation Dialog: Screenshot

String Input Dialog: Screenshot

Text Input Dialog: Screenshot