expression-blend

How do I get WYSIWYG design in Blend/VS without merged ResourceDictionary in every XAML file?

I've just removed a big memory issue for me, I used to merge our "Themes" resource dictionary in every xaml file instead of just in the app.cs.xaml. However, after removing the merging in every file except the App.cs.xaml I've lost the design time styles/templates. Please note: This only applies to the styles merged into our Themes.xam...

How do you crop an image in Expression Blend?

I know this is leaning more in the direction of a designer question, but as I am faced with developing something which requires me to crop an image, I thought I would give the question a shot. This seems like a ridiculous question to ask, but I've look all over the IDE (Expression Blend 2) to try and find a way to crop my image, but I c...

How to do View/ViewModel binding in MVVM apps so Expression Blend can be used?

When you use the MVVM Visual Studio Template, then your ViewModels are bound to your Views' DataContexts in the App.xaml.cs something like this: MainView mainView = new MainView(); mainView.DataContext = new MainViewModel(); mainView.Show(); And if you use Composite Application Library, then you have your Views and ViewModels being bo...

Custom Expression for TextDecoration in Expression Blend

How to set a Custom Expression for TextDecorations for a TextBlock in Expression Blend2? For Eg: a Custom expression for StrikeThrough ...

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 ColumnHeader. How do I do that? ...

Silverlight development - best practises for organizing workflow between .net developer and blend designer

Hello, I will be starting soon my first silverlight 2.0 project. I'm responsible for .net stuff and organizing team work. Currently we use environment build with subversion and cruisecontrol.net. It suited our neeed so far during Winforms and ASP MVC projects. I've got a few questions concerning Silverligt development. Microsoft clai...

Expression blend does not set width and height on elements

I am working with Blend and Visual Studio to create Surface content. Pretty much every item I place and customize in Blend will look different at runtime or when looked at in Visual Studio. The cause of this seems to be because width/height is not always set in the XAML-file - only margins. If the size of the workspace is different thi...

How to set the startup project in Expression Blend 2

Does any one know how to set the startup project in Expression Blend 2? I have a solution which builds 2 executable files. I've set the Startup Project to the one I want to debug in Visual Studio and when I run it from VS that project launches no problem. However if I open the solution in Blend and press F5 to run it the other project...

How to change the look of an inactive window in XAML?

When I change the style of my window to WindowStyle="None" and AllowsTransparency="True" I lose the inactive window visuals. Is there a trigger I can use in the XAML style that can show a hidden mask or opacity changes in the main window when another window has focus? I'd like to be able to achieve this within the XAML and not programat...

Using Behaviors to Validate DataGrid values in Blend 3

Maybe it's the 3 hours of sleep (thank you Harry Potter) talking this afternoon but I cannot wrap my head around this. I'm trying to learn to use Expression Blend 3. And by learn, I mean do things in the "Blend way", using Behaviors and DataGrids and the new SampleData and all it's wonderfulness. I think it will be beneficial in the l...

How to bind test data to a SketchFlow ComboBox?

I haven't been able to successfully bind some test data to a SketchFlow ComboBox. I added a sample data source and created a collection with some basic string values. There are a number of tutorials on how to bind to a ListBox in SketchFlow and that works fine, just not finding anything for a ComboBox. ...

How to draw a grid in SketchFlow?

Since there is no grid asset in SketchFlow, what is the best way to represent one? Does everyone just use the rectangle asset? ...

Expression Blend3

Hi, I am new in Expression Blend3. Now I got a game created in it and asked me to edit the interface. I successfully changed the font and colour. But somethings are inserted as "Path" as it's showing in Properties. I want to replace the current ones with new one. Can I make a file in PSD (or png, jpeg etc) and replace it with curren...

How do you change the height of a SketchFlow ComboBox?

SketchFlow allows for the changing of the Height property for the TextBox and ListBox controls. However, I seem to be unable to change the Height property for a ComboBox. The Height property can be changed in the Properties window but it has no effect (at design or run time). ...

Blend Issue: "Edit Template > Edit a Copy" unavailable for a control when in PopUp

Hello everybody, Is this a known issue? I have the following XAML: <Grid x:Name="LayoutRoot"> <Popup> <Slider /> </Popup> </Grid> I try to edit the ControlTemplate of the Slider by using Blend and right-clicking on the Slider > Edit Template > Edit a Copy. However this option is gray (unavailable). Thanks, Kiril ...

How to track multiple user feedback in SketchFlow?

Looking for the best practice here... I would like to allow multiple users to provide feedback against a single SketchFlow project. They would also like this ability so that they could see everyone else's annotations. I realize that they could very well do this now, but is there a way to distinguish what feedback belongs to a given user?...

How to setup Expression Blend 3 add-in window at certain position ?

For example in Sketchflow add-in there is ApplicationFlowPane (derrived from PrototypingPane) which registers itself using IWindowService like this: service.RegisterPalette(this.PaletteRegistryName, this, this.Caption, this.KeyBinding); But i can't see where it is defined that it is docked on bottom pane. Before someone repli...

Is WPF & SilverLight Design worth learning

Hi, For a developpeur who as to do a project with WPF or Silverlight (xaml code), is it trial to learn some design (basics) and to handle blend? Beacause in France there isn't much blend professional (compare to photoshop users) and the price/day of a blend designer is very high. What I am sure is there i ain't no artist, but it could...

Designing WPF Windows for Free?

Hello, I'm starting a WPF project in a "free tools" environment. I'm currently working with the designer in Visual C# Express 2008, and directly with the XAML, both of which are very limited in design capabilities. My understanding is that Microsoft Expression Blend is not available for free (except for limited time trial). Is Expressi...

Are there any SVN clients for Expression Blend?

Is anyone aware of any SVN clients for Expression Blend? Maybe early days but it would be nice to have rather than continually switching back to Windows Explorer and using Tortoise. ...