moonpdf
moonpdf copied to clipboard
Add ApplyTemplate for visual elements
I have had problems in building a "content viewer" where I load MoonPdfPanel in runtime. Neither ScrollViewer nor VirtualPanel would be found during Load() function because the UserControl depends on templates. These templates must be applied before they can be found by the VisualTreeHelper.
Since there are not tests I can not add/write any.