I am a bit confused about the difference开发者_开发知识库 between Silverlight and Expression Blend. From my understanding, Silverlight is used to create a better interface, and Blend is used to create
I开发者_开发百科 am a bit confused on how Visual Studio 2010 and Expression Blend 4 operate together. If I want to create a WPF application, should I start it in Expression Blend 4? If so, then how do
I\'m trying to center the text in a PassWord box: In Blend the Text properties for align开发者_如何学Goment are all disabled.
Thirteen23 have one twitter client application which is amazing. You can see the demo from this link http://www.thirteen23.com/experience开发者_开发问答s/desktop/blu/. I want to do some animation like
Ive got a really frustrating bug going on with Blend 4, when i edit a control template with triggers, if i switch to one of the triggers, the trigger changes are not shown in the design pane, its like
I have some issues with using databinding in silverlight 4 xaml pages, this is my problem: I have two data grids:
Where do we put the StateChanged trigger from expressionblend.codeplex.com ? <i:Interaction.Triggers>
I have the following class Person: public class Person { public string Name { get { return name; } set { name = value; }
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I have a WPF application in Expression Blend. In the application I want to have a listbox on the right side that lists words.