scrollToRow

setrow() set the current row. But this can be out of visible view

With dw_1.scrollToRow(n) the system show always the actual row on the screen

 

dw_1.setRow(200)
dw_1.scrollToRow(200)