Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 C# WPF 中,有没有办法确定窗口层位置(即 z-index)?我有一个生成新窗口的程序,我想保存图层的顺序。
因此,如果我打开了三个窗口,并且窗口 1 在窗口 2 的前面,窗口 2 在窗口 3 的前面,我怎样才能获得它们彼此之间(或全局)的位置?
您将不得不求助于Win32 互操作:如何按 z-index 对 Windows 进行排序?