I have used WebView2 wpf approach to create the application. I have noticed that whenever we click on any link from any websites if it has new window requests it opens another application window. As a result there are multiple application windows on screen, taskbar. Is it possible way to overlap the child windows over parent window which can minimize the number of apllication windows on taskbar. Also when the child window overlaps the parent window, parent window should not be accessed by the user.
I have used WebView2 wpf approach to create the application. I have noticed that whenever we click on any link from any websites if it has new window requests it opens another application window. As a result there are multiple application windows on screen, taskbar. Is it possible way to overlap the child windows over parent window which can minimize the number of apllication windows on taskbar. Also when the child window overlaps the parent window, parent window should not be accessed by the user.