expression-blend-5

Cannot open xaml pages in Blend after installing Visual Studio 2012 Update 2 (CTP)

青春壹個敷衍的年華 提交于 2019-12-10 23:42:42
问题 I am experiencing something weird at the moment. After I installed Visual Studio 2012 Update 2 (CTP), I can no longer open xaml pages properly in Blend designer view. Looks like everything from other namespaces just cannot be found (see screenshot below)... Please also note that the whole solution compiles ok if I close up all the xaml pages, and runs well too. But as soon as I open any of the xaml pages, it will throw me those errors... UPDATE 13 MAY 2013 Just an update, a couple of days ago

How do I set a different background colour on item click of ListView for metro/WinRT app?

泪湿孤枕 提交于 2019-12-03 16:33:50
I have tried for about half an hour myself through both Expression Blend 5 Beta and Visual Studio 11 Beta but cannot figure out what should be a fairly trivial task on how to apply a different background colour when you click on a ListView item over the standard navy green with the tick which appears to ship standard on WinRT apps with Windows 8 Consumer Preview. I believe I would need a <VisualStateManager/> declaration inside my XAML inside the <DataTemplate/> of my ListView (the same as what I did on a Button control), but cannot work out a way to get the "States" tab functioning in Blend