ken2k
ken2k

Reputation: 48975

WPF: can't resize window without horrible visual effects

I'm trying to learn WPF (I worked a lot with WinForms but I'm kinda new to WPF) and I have a problem when resizing my windows. There are horrible visual effects.

Here's what's expected: http://data.imagup.com/12/1130871175.jpg

Here's what I get: http://data.imagup.com/12/1130871187.jpg or http://data.imagup.com/11/1130871194.jpg

I'm not doing anything particular, even an empty window is not rendering correctly when resizing ! I do not have any problem when window is maximized. What's the problem ?

Windows 7 32-bit / .Net 3.5 / Raden HD5850

Upvotes: 4

Views: 1046

Answers (1)

Jay
Jay

Reputation: 57899

I saw this same issue 2 days ago on our WPF project when someone on our team updated their Catalyst drivers.

Rollback for now; hopefully they'll fix it in the next round.

Upvotes: 7

Related Questions