Frontmatter
| id | 9371 |
| title | API for Programmatic Scrolling in ScrollSync |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Mar 7, 2026, 5:39 PM |
| updatedAt | Mar 7, 2026, 5:54 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9371 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 9369 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 7, 2026, 5:53 PM |
Part of Epic #9369
Expose a method in
src/main/addon/ScrollSync.mjs(e.g.,syncTo(registrationId, scrollLeft, scrollTop)) to allow other Main Thread Addons to explicitly drive the scroll state through the coordinator's lock, bypassing native scroll event triggers.