Search found 1 match

by armandsmit
Wed Jun 11 2008
Forum: C/C++/C# Community
Topic: ThumbnailView control scroll issue
Replies: 1
Views: 9921

ThumbnailView control scroll issue

Hi I'm using a ThumbnailView control in my WinForms app. It's linked to a PDFViewer control via its PDF property. My thumbnails generate correctly and on my ThumbnailView's _PageSelected event I navigate my viewer control by using "pdfViewer.Document.GetPage(e.Page).Activate();" This works...