i resolve like this
i added an id in the div setting
<div class='settings' id="datauid${Idnota}">
.....
.....
<div/>
then, i call
document.querySelector('[id=datauid' + args.data[args.data.length - 1].Idnota + ']').scrollIntoView();
it seem work fine.
it's good idea?