Hello,
Im using pdf viewer controls , i
am trying to integrate it into
scatterviewitem, but the container is blank.
Has anyone tried to do such a similar thing and can give me some suggestions?
Thanks
private void LoadPdf() { PdfControl pdfbook = new PdfControl { DocSource = (string) @"C:\Users\Getimage\Desktop\Info\script.pdf" }; var svi = new ScatterViewItem(); svi.Content = pdfbook; MainScatterView.Items.Add(svi); }