Tagged Questions
0
votes
3answers
336 views
Broken Silverlight Design-Surface in VS2008
In VisualStudio 2008, the design surface is just empty since I added this style to App.xaml:
<Style x:Key="RightAlignedCell" TargetType="data:DataGridCell">
<Style.Setters>
...