C#C
C#7mo ago
enrico11011

✅ implementing "Screens" in avalonia?

so i'm building a small app in Avalonia, I want to have a login screen that appears before the "main" screen i.e require a login before is there a built-in/preferred way to implement something like this? poking around the code I see desktop.MainWindow being set I'm guessing that it involves manipulating that to some extent?

or can you do something like in HTML where you can set display:none on elements and then write code to manipulate that
Was this page helpful?