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
20
Infragistics.Controls.Interactions.XamHtmlViewer
posted

Hi,

I am using

Infragistics.Controls.Interactions.XamHtmlViewer in my Silverlight project. I assigned  a valid URI to SourceUri property. I also wanted the URL to open in a new window. Can you help me with the code?

Currently I have

this.xamHTMLProjections.SourceUri = new Uri(strURL);

xamHTMLProjections is of type - Infragistics.Controls.Interactions.XamHtmlViewer

Thanks,

Girish

Parents
No Data
Reply
  • 29105
    Suggested Answer
    Offline posted

    Hello Girish,

    Thank you for contacting Infragistics. We had a chat regarding this matter and I explained that another window would have be created and launched in order to keep the XamHTMLViewer separate from the rest of your application.

    I attached a sample demonstrating how to use the XamHTMLViewer as a standalone window. Let me know if you have any questions.

    HTMLViewDevIssue.zip

    Sincerely,

    Michael Di Filippo
    Associate Software Developer
    Infragistics, Inc.
    www.infragistics.com/support

Children