I have a simple code, with a rich textbox which has an image in it, and the image tap event is fired twice.
How can I fix this?
The code:
<RichTextBox>
<Paragraph>
<InlineUIContainer>
<Image Source="/PhoneApp1;component/someimage.jpg" tap="image_OnTap" />
</InlineUIContainer>
</Paragraph>
</RichTextBox>
Thanks in advance
1 Answer