を でアニメートするのに問題StackPanel
がありVisualStateManager
ます。
VisualStateManager.GoToState()
Control
パラメータとしてa を受け入れますStackPanel
が、型はUIElement
/FrameworkElement
です。
VisualStateManager.GoToState()
を呼び出すにはどうすればよいStackPanel
ですか?
を でアニメートするのに問題StackPanel
がありVisualStateManager
ます。
VisualStateManager.GoToState()
Control
パラメータとしてa を受け入れますStackPanel
が、型はUIElement
/FrameworkElement
です。
VisualStateManager.GoToState()
を呼び出すにはどうすればよいStackPanel
ですか?
使用できますVisualStateManager.GoToElementState
この投稿はあなたを助けるかもしれません: WPF using VisualStateManager to animate panel in & out .
編集:
上記のメソッドは WPF 専用であり、Silverlight では使用できません。Silverlight の場合ExtendedVisualStateManager
、Blend SDK の が役立つ場合があります。
Microsoft.Expression.Interactions
ただし、アセンブリを含める必要があります。