在Windows Phone 8项目中使用AppBarUtils,我无法使IsEnabled
AppBarButton
属性生效。
似乎IsEnabled
属性在以下代码片段中没有任何效果:
<i:Interaction.Triggers>
<abu:SelectedPivotItemChangedTrigger>
<abu:SwitchAppBarAction>
<abu:AppBar Id="0">
<abu:AppBarButton IconUri="mypng.png"
Text="MyText"
IsEnabled="False"/>
</abu:AppBar>
</abu:SwitchAppBarAction>
</abu:SelectedPivotItemChangedTrigger>
</i:Interaction.Triggers>
有没有办法克服这个限制?