Frontmatter
| id | 6190 |
| title | grid.View: afterSetScrollPosition() => only change the startIndex when scrolling more than the buffer row range |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Jan 8, 2025, 11:38 AM |
| updatedAt | Jan 12, 2025, 8:05 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6190 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 12, 2025, 8:05 PM |

right now, we update
startIndexwhen scrolling more than 1 row. with the introduction ofbufferRowRange, we need to change it to only trigger a view update when scrolling more than the range instead => performance.