expression-blend
Multiple nested canvases in Expression Design xaml output, why?
Just wondering why Expression Blend outputs a path nested in two canvases (rather than just one), I\'ve also seen some with 3 or more but still outputting just one path:[详细]
2023-03-05 12:47 分类:问答Loading Views into ContentControl and changing their properties by clicking buttons
I have a mvvm(model view viewmodel) silverlight application that has several views that need to be loaded into ContentControls (i made it all in expression blend). What i dont know how to do is, for e[详细]
2023-03-05 10:16 分类:问答Silverlight ListboxItem Visibility binding
I am making a prototype of a Silverlight application in Expression Blend 4 and I\'m trying to show/hide ListBox/ComboBox items based on boolean values in the data they are bound to. I found an example[详细]
2023-03-05 07:30 分类:问答Blend KeyTrigger fires multiple times
I am using the Blend SDK KeyTrigger in a WPF project and have the problem that the event is fired multiple times each time I press the assigned key, here the DeleteCommand.[详细]
2023-03-05 00:11 分类:问答How to use the Expression Blend 4 ranged property control
Is there a way to use the nifty Expression Blend ranged value control i开发者_如何学Gon your own projects?[详细]
2023-03-04 23:31 分类:问答MultiTrigger (checking more than one state) equivalent in VisualStateManager?
what is the equivalent of MultiTrigger option in visualStateManager? How will i check the below trigger in VisualStateManager in Blend or VS?[详细]
2023-03-03 22:06 分类:问答silverlight Custom splash screen with animation
I have checked out a few samples for customizing the splash screen in silverlight which runs before the SL app loads and got it to work as well.[详细]
2023-03-01 14:49 分类:问答Expression Blend sample data and DataTemplates
开发者_JAVA百科I am using the \"Sample data from class\" function of Expression Blend to generate sample data for my ViewModels in my MVVM WPF project. While this works fine most of the time, it seems[详细]
2023-02-28 19:23 分类:问答Access sub-controls of custom control from code
I created a custom control in Expression Blend which consists of multiple TextBlocks placed in a Grid. Now I added this custom control开发者_开发百科 to my phone page in Visual Studio and want to acce[详细]
2023-02-27 05:00 分类:问答Programmatic state changes not working in Silverlight
I\'m trying to get states to change with the visual state manager through code. I am using: Microsoft.Expression.Interactivity.Core.ExtendedVisualStateManager.GoToElementState(this.LayoutRoot, \"sta[详细]
2023-02-27 03:33 分类:问答