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