I have a problem with the Autocompletebox control which doesn’t work in Blend which complains that the TypeConverter for the InputScope property cannot convert from a string. The control works fine at run time and displays fine in the VS2010 designer.
Is there an easy way can either just disable the control entirely or swap it out for a simple textblock at design time only?
Better still does anyone know how I could just make the AutoCompleteBox work in blend as is?
Edit:
I’ve found that if I just remove the setting of the InputScope property then the AutoCompleteBox displayes fine. So how can I programaticly remove just that portion of the XAML (InputScope=”Search”) when in design mode?
It’s weird, after I created a default style for this control, it doesn’t throw me any error anymore… And I have no idea why… I think it is a bug. 🙂