In the latest sandbox build (2023.1.5542), there are new methods added that will let you scroll as needed:
getScrollX()
getScrollY()
setScrollX()
setScrollY()
scrollToTask()
You can scroll down one row using setScrollY():
dp.setScrollY(dp.getScrollY() + dp.taskHeight);