scrollOffsetLockActive property
bool
get
scrollOffsetLockActive
True while this session has locked range projection to a captured scroll offset during an input gesture.
Extensions own this transient flag and must clear it when the gesture or attachment lifecycle that established the lock ends.
Implementation
bool get scrollOffsetLockActive;
set
scrollOffsetLockActive
(bool value)
Updates the session-owned scroll-offset lock state.
Implementation
set scrollOffsetLockActive(bool value);