-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: continuous page scroll #11
Comments
For this to work, I think a design change is necessary. Currently, for every page (TPdfControl), a new PDFDocument (TPdfDocument) is created. For your suggestion (which I tried to implement, too) to work, for each pdf document 1 TPdfDocument must be created, which then must be connected to 1 TPdfControl per page. All connected TPdfControls can then be displayed on 1 TScrollBox. |
I want this feature, too |
I couldn't push into this repo function TPdfControl.DoMouseWheel(Shift: TShiftState; WheelDelta: Integer; if not Result then
end; |
@TextEditorPro Are you interested in integrating your control into this repository? |
I don't mind, the code is completely free to use for any purpose. However, this repo already has its own code for the control. |
Many thanks indeed for such a great useful product. May I suggest a feature? How to Implement/achieve a continuous scrolling of pages using mouse and keyboard as in acrocat as well as other pdf readers? A screen shot has added below:
Once again many thanks
The text was updated successfully, but these errors were encountered: