By tag: VisualStateManager
0
kicks
Silverlight Bits&Pieces: The First Steps with Visual State Manager
Visual State Manager is powerful, but getting started using it is quite a challenge. This post attempts to provide some advice to get over the initial hassles.
0
kicks
VSM Strangeness
While migrating a Silverlight 2 Beta 1 control to Beta 2, I encountered some odd behavior with the VisualStateManager and I thought I would document my experience in the event that you might run into the same issue. From what I can tell, this only occurs when you have multiple instances of a contro...
0
kicks
Unleash the power of VisualStateManager with custom states
VisualStateManager is a powerful feature of Silverlight 2 Beta 2, thanks to Blend animation support. In this article I show how you can define your own custom states to leverage VSM for almost any particular needs.