Options
All
  • Public
  • Public/Protected
  • All
Menu

Information about a renderer's current scroll position.

Hierarchy

  • IReaderViewScrollStateData

Index

Properties

rendererClientHeight: number

The clientHeight of the renderer. Corresponds to the visible part of the renderer.

double
scrollHeight: number

A measurement of the height of a renderer's content, including content not visible on the screen due to overflow. This value might change at any time as new content is rendered.

Listen to the engine event rendererScrollHeightChanged to detect when the value has changed.

double
scrollTop: number

The number of pixels that a renderer's content is scrolled vertically.

double
scrolling: boolean

If active renderer is currently scrolling.

Generated using TypeDoc