MessageBox not opening on center of the Owner window, Instead it is always Center of the Screen. #1103
Replies: 1 comment
-
I found one issue already raised #1045 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is my code. Is there any workaround?
var messageBox = new Wpf.Ui.Controls.MessageBox();
if (!string.IsNullOrEmpty(title))
messageBox.Title = title;
messageBox.Content = message;
Beta Was this translation helpful? Give feedback.
All reactions