Changes

XAML Tips

8 bytes added, 08:49, 23 July 2021
/* Disable FilloutCriteria */
<Interactivity:Interaction.Behaviors>
<Core:EventTriggerBehavior EventName="Tapped">
<Core:InvokeCommandAction Command="{Binding ElementName=ChildAreaGrid, Path=DataContext.AddTemplatableDataCommand}" > <Core:InvokeCommandAction.CommandParameter> <uc:KeyValueList> <uc:KeyValueParameter Key="Uid" Value="{Binding Tag,ElementName=selectionGrid}"/> <uc:KeyValueParameter Key="EnableFillOutCriteria" Value="false"/> <uc:KeyValueParameter Key="SkipDialog" Value="false"/> </uc:KeyValueList> </Core:InvokeCommandAction.CommandParameter> </Core:InvokeCommandAction>
</Core:EventTriggerBehavior>
</Interactivity:Interaction.Behaviors>
</source>
[[Category:Client|XAML Tips]]
[[Category:WinX|XAML Tips]]
[[Category:XAML|XAML Tips]]
[[Category:Xamarin|XAML Tips]]
=== Hotspotting ===