How to speed up WPF programs?

后端 未结 8 720
清酒与你
清酒与你 2020-12-12 10:04

I love programming with and for Windows Presentation Framework. Mostly I write browser-like apps using WPF and XAML.

But what really annoys me is the slowness of WPF

8条回答
  •  粉色の甜心
    2020-12-12 10:54

    can you give more details?

    I only noticed a slow performance when I use something like a listview or a grid that has some complexity. The solution is to simplify it.

    Other than that I only noticed a slow performance when loading the app for the first time.

    HTH

提交回复
热议问题