Frontmatter
| id | 9625 |
| title | Multi-Body Grid: Visually delegate native vertical scrollbar UX with CSS |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Apr 1, 2026, 11:01 PM |
| updatedAt | Apr 2, 2026, 9:46 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9625 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9486 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 2, 2026, 9:46 AM |
Multi-Body Grid: Visually delegate native vertical scrollbar UX with CSS
Closedenhancementai

When
lock: endcolumns exist in a multi-body grid, the native vertical scrollbar visually appears between the center rows and the locked end rows. This breaks UX expectations.Instead of reverting to a custom and slow
VerticalScrollbarcomponent, we will implement a CSS-driven visual delegation pattern:.neo-hide-scrollbarSCSS class to thebodyStartandbodygrid wrappers so their nativeoverflow-ycapability remains functional for mouse wheels/trackpads, but is hidden from the UI.lock: endwrapper (orcenteriflock: endis absent) will remain the only visually rendered trackway.GridDragScrollto gracefully ignore hidden scrollbars when calculating thumb-drag boundaries.GridRowScrollPinningAddon listener logic to attach dynamically to whichever wrapper natively holds the active scrollbar thumb.