Top "Visualstatemanager" questions

Manages visual states and the logic for transitions between visual states for controls.

VisualStateManager -- showing mouseover state when control is focused

I am creating a WPF button using Windows 8 styling (formerly metro). I would like the focused state of the button …

wpf styling controltemplate visualstatemanager
Binding [VisualStateManager] view state to a MVVM viewmodel?

How do you bind the VisualStateManager state of a control to a property in you viewmodel? Can it be done?

wpf silverlight xaml mvvm visualstatemanager
In a button's control template, how can I set the color of contained text?

Using Silverlight 4 & WPF 4, I'm trying to create a button style that alters the text color of any contained text …

wpf silverlight button controltemplate visualstatemanager
Animating visibility AND opacity with wpf VisualStateManager

I am trying to animate a control so that it's visibility is set to visible then animating the opacity from 0 …

wpf animation storyboard transition visualstatemanager
Visual State Manager in WPF not working for me

In a wpf project I have this XAML code <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:…

wpf wpftoolkit visualstatemanager
Silverlight: Switching VisualStates of CustomVisualStateManager in code-behind

i've been trying to deal with the following problem: When creating a custom animations for different visual states in Expression …

c# silverlight silverlight-3.0 expression-blend visualstatemanager
In XAML, What is the correct XML namespace for VisualStateManager?

I'm trying to restyle a few ToggleButtons. Apparently I cannot simply set the background to a new color, because there …

wpf xaml visualstatemanager
VisualStateManager and generated transitions

Just when I think I understand the VisualStateManager, something proves me wrong. I'm using WPF 4 and am trying to simply …

wpf animation visualstatemanager transitions vsm