-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
If we are placing Button control inside HyperlinkButton control as a content (see below example). Button command or event does not work in Fayde. Same scenario works in silverlight.
<HyperlinkButton TargetName="_blank" NavigateUri="{Binding Path=FileUri}">
<Button Height="32" Width="32" HorizontalAlignment="Right"
VerticalAlignment="Top"
Tag="Delete"
Command="{Binding Path=DeleteFileCommand}"
CommandParameter="{Binding }" />
</HyperlinkButton>
Using fayde version:0.19.7
Metadata
Metadata
Assignees
Labels
No labels