Top "Expression-blend" questions

Expression Blend is a visual design tool used to create WPF, Silverlight, and Windows Phone 7 application user interfaces.

MVVM Passing EventArgs As Command Parameter

I'm using Microsoft Expression Blend 4 I have a Browser .., [ XAML ] ConnectionView " Empty Code Behind " <WebBrowser local:AttachedProperties.BrowserSource="{Binding …

wpf browser expression-blend eventargs
Is there a way to check if WPF is currently executing in design mode or not?

Does anyone know of some global state variable that is available so that I can check if the code is …

c# wpf expression-blend
WPF Data Triggers and Story Boards

I'm trying to trigger a progress animation when ever the ViewModel/Presentation Model is Busy. I have a IsBusy Property, …

wpf animation expression-blend
How to hide the Column header in a WPF DataGrid?

I am using a DataGrid in Expression Blend but I just need to show only the registries and hide the …

wpf datagrid expression-blend expression
WPF Stretch ListBox Height 100% of Grid.Row?

I'm attempting to stretch the height of a ListBox 100% of the height of the parent grid (i.e. 90% of the …

wpf xaml listbox height expression-blend
How to add a Blend Behavior in a Style Setter

I have crated a Blend behavior for Button. How can I set that to all of my Buttons in the …

c# wpf xaml expression-blend
Remove default mouseover/focus effect on textboxes

I have created a kind of custom TextBox in Expression Blend. I have changed the fill of the background and …

c# wpf expression-blend
Windows Phone 7 (WP7) Change a button's background color on click

This seems like a really, really simple problem, but I can't figure it out. The culprit appears to be WP7…

windows expression-blend windows-phone-7
How to get Blend for Visual Studio 2013 Express

Microsoft clearly mentions how to start with Blend in this article without pointing to any versioning limitations of Visual Studio 2013. …

wpf visual-studio-2013 expression-blend
The tag 'Interaction.Behaviors' does not exist in VS2010 (Blend 3)

There seems to be a problem with support for the Interactivity namespace of Blend 3 in the VS2010 xaml editor. I …

wpf visual-studio-2010 xaml expression-blend