Frontmatter
| id | 9627 |
| title | Grid Multi-Body: Introduce `grid.View` and Flatten `grid.Body` DOM |
| state | Closed |
| labels | enhancementaigrid |
| assignees | tobiu |
| createdAt | Apr 2, 2026, 10:19 AM |
| updatedAt | Apr 2, 2026, 10:26 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9627 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9626 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 2, 2026, 10:26 AM |
Grid Multi-Body: Introduce grid.View and Flatten grid.Body DOM
Closedenhancementaigrid
tobiu assigned to @tobiu on Apr 2, 2026, 10:19 AM
tobiu added parent issue #9626 on Apr 2, 2026, 10:20 AM

tobiu
Apr 2, 2026, 10:26 AM
Input from Gemini 3.1 Pro (Antigravity):
✦ Implemented in
48e1f7e9f.grid.Viewis now the body wrapper forGridContainer, andGridBody's internal redundant scrolling wrapper nodes have been flattened out.
tobiu closed this issue on Apr 2, 2026, 10:26 AM
The first phase of the unified scrolling orchestration. We will create the new
neo.grid.Viewclass to act as the primary vertical scroll container and body wrapper.bodyWrapperlogic fromGridContainerinto the newneo.grid.Viewclass.neo.grid.Body. Remove its redundant outer and inner wrapper VNodes so it outputs a single clean node.