Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IReaderViewScrollByOptions

    interface IReaderViewScrollByOptions {
        setReadingPositionToReadingAreaStart?: boolean;
    }

    Properties

    setReadingPositionToReadingAreaStart?: boolean

    Determines whether the ReaderView should update its reading position to the start of the new Reading Area after scrolling.

    If set to true, the reading position will be set to the start of the new Reading Area after the scroll. If set to false and the previous reading position is still visible, the ReaderView will keep the old reading position.

    true