Skip to content
Nuvyntra Labs

Documentation

Platforms

WinUI 3 on Windows, TFMs, one navigator per window, and how multi-window differs from the MAUI host.

Target frameworks

PackageTFM
Core, Validation, Pagination, Testingnet10.0
Host, Navigation, Dialogsnet10.0-windows10.0.19041.0

Supported host is WinUI 3 on Windows. MAUI apps use Plugin.Maui.MVVMExpress. WPF apps use Plugin.Wpf.MVVMExpress.

One navigator per window

IWindowContext / WindowNavigatorRegistry key navigation, dialogs, and scopes by window. WinUIWindowContext.For(Window) and WinUIWindowContext.Current are the host adapters. Playground’s SecondaryWindow shows a second window without sharing the main Frame.

Discussion

Comment on Plugin.WinUI.MVVMExpress. The thread lives on this component's GitHub repository (nuvyntralabs/Plugin.WinUI.MVVMExpress). Sign in with GitHub — Giscus uses Discussions, Utterances uses Issues.