Allow scrolling to be customizable for SfPdfViewer #2359
Labels
feature
New feature
follow-up scheduled
Follow-up scheduled
pdf viewer
PDF viewer component
uncertain
Uncertain feature
Use case
This request is to allow for scrolling control over the
SfPdfViewer
so that we can customize the way users interact with this widget.Proposal
Scrollbars
For the
SfPdfViewer
it seems like there is a custom scrollbar that is build by this package:DesktopScrollbar
. This builds its own scrollbar, but it does not look like there is anyway to customize any of the look and feel of this scrollabar externally (.e.g color or width). Both of these values seem to be hardcoded. It would be great if these were exposed. Similarly, exposing the following properties ofDesktopScrollbar
would be helpful as well!canShowVerticalScrollbar
canShowHorizontalScrollbar
Scrolling
Is there a way to disable scrolling altogether? I want to only render a PDF page by page and allow for navigation through controls to jump to any specific page (not by mouse). I could not find a way to disable scrolling for this widget besides ignoring the pointer events which seems like overkill. Even if I absorbed the pointer events to prevent scrolling, the scrollbars are still visible (see above).
The text was updated successfully, but these errors were encountered: