Stop silverlight or wpf usercontrols from loading in the toolbox?
Posted
by user327340
on Stack Overflow
See other posts from Stack Overflow
or by user327340
Published on 2010-04-27T22:51:33Z
Indexed on
2010/04/27
22:53 UTC
Read the original article
Hit count: 191
I have a project with 100's of usercontrols. When I load the project in VS2010 and try to open a designer, the toolbox spins and spins until they're all loaded.
Winforms has a "AutoToolboxPopulate" switch under Tools/Options/Winddows Forms Designer/General.
I cannot find a similar switch for the XAML designer. Does one exist?
© Stack Overflow or respective owner