canShowPaginationDialog property
Indicates whether the page navigation dialog can be shown when the scroll head is tapped.
If this property is set as false
, the page navigation dialog in SfPdfViewer
will not be displayed.
Defaults to true
.
Note: On a desktop or mobile browser, this will have no effect since the pagination dialog will not be displayed.
Implementation
final bool canShowPaginationDialog;