I noticed that after Service Pack 1 was installed to Visual Studio 2010, the XAML designer no longer displays a datagrid that has its visibility controlled by a checkbox using a bool to visibile converter. If I remove the visibility setting from the datagrid, the datagrid is now visible. Is there a way to work around this in design mode?
Share
I found the answer, I just needed to add this to my bool to visible converter: