WPF design rendering is dramaticaly slow Visual Studio 2008? Are there any tweaks that could speed it up?

StackOverflow https://stackoverflow.com/questions/406592

  •  03-07-2019
  •  | 
  •  

Question

I just wanted to do some tutorials in WPF but I find that the designer works very slow in comparision to Windows Forms/GDI+.

Are there any tweaks to speed it up?

Was it helpful?

Solution

If you're just after a bit of XAML editing, you can use a separate editor, such as XamlPad. That has much quicker rendering than the VS designer.

OTHER TIPS

I turned it off.

  1. Right click the xaml file in Solution explorer,
  2. use Source code (Text) Editor
  3. Set it as default

Good thing is Intellisense still works! In case you need to view the Design view occasionally, you can still Right click -> Design view.

Turn it off. The VS XAML designer is awful and doesn't work anyway as soon as your XAML is non-trivial. Go into your options and map the .xaml extension to the regular XML Editor.

you can look in the following link. quite same as the previous answers."How to speed up Visual Studio 2008's slow WPF designer"

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