Is there a way to get Windows to ignore the manual WindowStartupLocation I'm using for a particular window?

这一生的挚爱 提交于 2021-02-02 09:54:20

问题


I'm using WindowStartupLocation.Manual to open a window on my app and I wonder if there is a way to tell Windows to ignore that location and do not open the next window after this one (where it is not mentioned a specific location for it) following my window's location..

"Setting the WindowStartupLocation property to Manual causes a window to be positioned according to its Left and Top property values. If either the Left or Top properties aren't specified, their values are determined by Windows."

来源:https://stackoverflow.com/questions/61613124/is-there-a-way-to-get-windows-to-ignore-the-manual-windowstartuplocation-im-usi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!