gpt4 book ai didi

xaml - window 电话 : no trigger in xaml?

转载 作者:行者123 更新时间:2023-12-04 04:47:29 25 4
gpt4 key购买 nike

我不知道如何在 windows phone 8 的 xaml 中使用触发器。

但是我看到有些人这样做了,如下所示:

<toolkit:ListPicker Header="Background"
ExpansionMode="FullscreenOnly"
Template="{StaticResource ListPickerControlTemplate}"
VerticalAlignment="Top"
ItemsSource="{Binding Path=Buildings.ObjectList}"
Margin="0"
x:Name="buldings"
Padding="0">
<i:Interaction.Triggers>
<i:EventTrigger EventName="SelectionChanged">
<i:InvokeCommandAction Command="{Binding Path=BuildingSelectionCommand}"
CommandParameter="{Binding Path=SelectedItem, ElementName=buldings}" />
</i:EventTrigger>
</i:Interaction.Triggers>

但我没有 System.Windows.Interactivity。
而且我没能通过 Nuget 找到兼容的包。

感谢您的耐心等待。

最佳答案

Right click on References -> Add Reference.. -> Extensions -> Select System.Windows.Interactivity



该程序集驻留在此处:

C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\Windows Phone\v8.0\Libraries\

关于xaml - window 电话 : no trigger in xaml?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17962346/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com