<UserControl.Resources>
<Storyboard x:Name="{bingding ---}">
<DoubleAnimation Duration="00:00:00.50" Storyboard.TargetProperty="Height"
To="{bingding ---}"
Storyboard.TargetName="{bingding --}"/>
</Storyboard>
</UserControl.Resources>
<Grid>
<i:Interaction.Triggers>
<i:EventTrigger EventName="MouseLeftButtonDown">
<ei:ControlStoryboardAction Storyboard="{StaticResource ---}"/>
</i:EventTrigger EventName="MouseLeftButtonDown">
</i:Interaction.Triggers>
<ListBox></ListBox>
</Grid>
1,上面的红色部分是我要问的问题。因为这个我要做成一个控件,而且还不能在后台写那些逻辑代码,所以story那里X:Name给指定值,怕在其他界面多次调用这个的时候出现重名。
2,To那里的高度要和ListBox的高度是一样的,但是ListBox同样没X:Name
3,TargetName这个要指定ListBox,但是ListBox又没名字.
4,<ei:ControlStoryboardAction Storyboard=这里又要指定一个Story,但是Story又没用X:name。悲剧啊怎么找到这些东东啊,大神们给点建议,怎么做才好。
------解决方案--------------------------------------------------------
好吧,来抢分了