问题
Im noticing a black area displays when resizing even an empty WPF window. Alot of programs on my desktop dont have these issues.. So im wondering, is there a way to set a resize redraw priority or something, and speed up the resizing of WPF windows? or is this problem just unavoidable.
回答1:
This is inherit to how WPF works and there is nothing you can do about this.
What you're seeing is the DirectX surface resizing and the entire surface redrawing, which takes a considerable amount of time.
来源:https://stackoverflow.com/questions/4110698/speeding-up-wpf-resizing-redrawing