- Change `Neo.grid.Body` to extend `Neo.container.Base`. - Configure `layout: null` to avoid layout overhead. - Implement `createRowPool(size)` to populate `this.items` with `Neo.grid.Row` instances. - Update `createViewData` and scrolling logic to recycle these instances (`row.set()`) instead of generating raw VDOM.