Is it possible to use the ModernUI library without the page based navigation (i.e. more as a 1:1 replacement for a regular Window
)?
ModernWindow
, as documented, ignores the content and expects a group of navigation lists, and I need to keep the existing architecture of Window
as it is due to a number of reasons. (ModernDialog
does not seem to put in place any content restrictions in the way ModernWindows
does, but is, of course, a dialog.)