Common Wpf pitfalls
- by Patrick Klug
I want to gather a list of WPF pitfalls. Issues with WPF that are not that well known and either have some serious design consequences or some major inconveniences.
One topic per answer.
List:
Mouse.GetPosition() does not always
return a correct value.
The
Wpf layout recursion limit is hard
coded to 255.