Is there a way to disable the design view of an individual UserControl - without disabling the design view for other controls?
Certain controls of mine do not support design view, and in these cases I would prefer them to just load up the xaml editor.
Is there something I can place in the code to disable the design view?