I've just been testing the TAdvPDFViewer component and noticed that the OnPageChanged fires when I use the arrow keys to navigate, but not when the scroll wheel is used. The page number in the header does update though.
I want to use the OnPageChanged so I can show the page number in the application caption instead of taking up space with a header.
Is this a bug or is there another way to get the current page number as it changes?
I've also found that setting Options.TouchScrolling to false doesn't stop the scroll wheel from scrolling pages. I'd like to stop users scrolling via the mouse in some situations.
Another minor thing is the the help file mentions PageNumber where the property is actually PageIndex.