Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1255
Converting XamTilesControl to XamTileManager
posted

I have an application that I am upgrading from v11.1 to v12.2. We have some DataTemplates that can trigger behavior in a containing Tile. For example:

TextDecorations="{x:Null}"
Foreground="{StaticResource SPS.BlackText}"
Command="{x:Static ig:XamTile.ToggleMaximizedCommand}"
CommandParameter="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type ig:XamTile}}}">


With v12.2 there is no longer a static command that I can bind this control's command to. The Infragistics.Commanding.Command does not support assigning this command to a Hyperlink.



Please suggest an alternative way to bind the hyperlink's Command to its parent Tile's ToggleMaximizedCommand.