storyboard
WPF storyboard not running animations in parallel
I am trying to animate the main window, changing the width and the height. I use a DataTrigger in the main window style to change it but when I run it first triggers the width change and then the heig[详细]
2023-01-14 09:03 分类:问答How to wait for all storyboards on a control to finish?
I have created a custom control which has a style defined for it in themes/generic.xaml. The co开发者_StackOverflow中文版ntrol defines some additional RoutedEvents. For these events the style, or any[详细]
2023-01-13 09:26 分类:问答WPF: Storyboard set property overrides code behind?
I\'m working on a wpf c# app and I have a question. I have a storyboard which at the end sets the property of a grid to Visibility.Visible.[详细]
2023-01-12 10:36 分类:问答Using storyboard animations for mouseover and selection in WPF ListBoxItems
I\'ve got a WPF app that has a listbox which I\'m trying to apply some mouseover effects to. It all works fine when I use simple Setters to change the background color on mouseover/selection, but I fi[详细]
2023-01-11 20:08 分类:问答Shrink Panel in Silverlight Storyboard
I would like to have an item\'s width shrink on a click of a button. Right now I have two objects basically, when you click the button on objectA, a storyboard starts that rotates it around the x-axi[详细]
2023-01-10 14:49 分类:问答Game Development: How do you make a story game?
I made already a few simple games: enter a level, get up to the end, continue to the next level. But I\'m still wondering how \"real\" game developers create games with a story.[详细]
2023-01-03 05:21 分类:问答Storyboard.SetTarget vs Storyboard.SetTargetName
Why does Storyboard.SetTargetName works but Storyboard.SetTarget does not? Here xaml - <Grid Grid.Row=\"0\" ClipToBounds=\"True\">[详细]
2023-01-01 18:01 分类:问答Wpf: Storyboard.TargetName works, but Setter TargetName doesn't
Let\'s say we have a XAML code like this: <Style TargetType=\"{x:Type ListBoxItem}\"> <Setter Property=\"Template\">[详细]
2022-12-31 14:56 分类:问答Can I reference Storyboard resources in XAML defind Visual States?
I have six different objects with their own Visual State Managers. The Focused state of each object is the same. I want to define a single Focused State Storyboard resource开发者_如何学C and reference[详细]
2022-12-30 00:52 分类:问答Conflict When Two Storyboards Sets the Opacity Property?
Background: I have a WPF UserControl (MainControl - not shown in code below) that contains another one (called MyControl in the code below).[详细]
2022-12-27 08:13 分类:问答