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.
我注意到即使在调整空 WPF 窗口的大小时也会显示黑色区域。我桌面上的很多程序都没有这些问题。所以我想知道,有没有办法设置调整大小重绘优先级或其他东西,并加快 WPF 窗口的大小调整?还是这个问题是不可避免的。
这继承了 WPF 的工作方式,对此您无能为力。
您看到的是 DirectX 表面调整大小和整个表面重绘,这需要相当长的时间。