Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top