Proposal: Modern WinUI MessageDialog/MessageBox #6559
Labels
area-Dialogs
feature proposal
New feature proposal
product-winui3
WinUI 3 issues
team-Controls
Issue for the Controls team
Proposal: Modern WinUI MessageDialog/MessageBox
I'd like a convent way to display simple error messages to the user as per the
MessageDialog
API:Requirements:
show()
APICurrent Alternatives
Currently to use
MessageDialog
we must firstIInitializeWithWindow
as per #4167, which is not an out-of-the-box solution.MessageDialog
doesn't have a dark theme, and its old Windows 8 theme clashes with the modern WinUI theme.ContentDialog requires Xaml which is too heavy weight for simple error messages.
Additional Features:
It would be sensible add additional features (such as those of
MessageDialog
like the ability to addUICommand
s) that are compatible with a define local, callshow()
API.The text was updated successfully, but these errors were encountered: