Can you add an id to the last group and run this javascript action using the toolbox plugin → run javascript

document.getElementById(‘IDvalueOFlastGROUP’).scrollIntoView({
block: ‘start’ // aligns the top of the element with the top of the scrollable area
});