How to resolve performance issues when resizing window with ScrollViewer enabled

69 views Asked by At

I have a View in which my UserControl with lots of content is wrapped with ScrollViewer. When I resize window with mouse I have very pure performance. When I remove ScrollViewer wrapped around UserControl performance issue disappears. How can I use ScrollViewer without performance drops on resizing window with mouse?

0

There are 0 answers