How to scroll windows control on MyPDFView ??

Hello,

I am adding the window control on MyPDFView in PDFViewer sample. While
i am trying to scroll down, PDF document is scrolling properly but my
windows control is not scrolling with the PDF document. Can you please
let me know how can i scroll my window control?

Thanks in advance !!

You would need to override OnScroll event (or similar). When the on
Scroll event is called you would move your child control windows and
then call the scoll even handler in the base class.