.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,077 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Friends I have a requirement to show a View of Type Popup using code in my view model. I was wondering what is the best practice for this requirement. TIA !!!
I think this is the best choice:
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/popup
then you can use
var popup = new AppuntamentoPopupPage(cliente, date, ambiti, tipologiaVisitaWithCustomer, tipologiaVisitaWithoutCustomer, utenti, statoVisitaWithCustomer, appuntamentoRicercaItem);
var ret = await Application.Current.MainPage.ShowPopupAsync(popup);