I\'m trying to create a templated/custom control in Silverlight. The base control can be a System.Windows.Controls.Button.The button has the following visual states:
This question already has answers here: Binding [VisualStateManager] view state to a MVVM viewmodel? (5 answers)
I\'m trying to modify a siverlight combobox so that the \"combo\" part is ony visible when accessed.I changed the Opacity of the DropDownToggle part to 0 and changed the MouseOver Visual State to set
I have been using State machine based design tools for some time, and have seen UML modeling tools that allow you to execute your logic (call functions, do other stuff) inside a state. However, after
I have a very strange problem with a ColorAnimation. What I want to do is pretty simple (I think): I have a Rectangle with a GradientBrush as a background. This rectangle has different VisualStates th
My problem is that I have a Button and I want to access the Storyboard, which is a part of the assigned style.
I\'m trying to make visual states available in the ViewModel as some sort of enumeration (so that I don\'t have to use string literals or manually create and update static properties in order to be ab
Context: A new Sketchflow / Silverlight project. Expression Blend 4 (Ultimate) I have the below code. I have a TabControl with 2 TabItem\'s.
My usercontrol contains 3000 NewDotControls in an itemscontrol. The ControlTemplate for NewDotControl is specified in a style that defines the visualstates and there is an eventtrigger that invokes a
I\'d like to create a slide-down animation for an Grid element in my WPF (.net 4.0) application. I assumed that I could do the following: