The pop-up content is not displayed in the bottom right corner, but in the top left corner, and can not show balloon.
Screen resolution: 4K
Window size: 15.6 inches
Operating System: Windows 11
Run:From Microsoft Store App telerik WPF controls.
private void NotifyIcon_TrayContextMenuOpening(object sender, CancelEventArgs e)
{
BuildContextMenu(NotifyIcon.TrayContextMenu);
if (!App.Current.MainWindow.IsLoaded)
NotifyIcon.TrayContextMenu.IsOpen = true;
}