Skip to content

Button inside HyperlinkButton not working #239

Description

@deepaksm1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions