when i run loop on datawindow it move from row 1 to last page row and scroll to another page
but i need to move from row to next row but not using scroll like when i deploy project i need datawindow same
when i run loop on datawindow it move from row 1 to last page row and scroll to another page
but i need to move from row to next row but not using scroll like when i deploy project i need datawindow same
The only other way to handle this of which I am aware is to know the width of each row, and to manually scroll the DWO at runtime. I've done that it myself previously, and getting the height of t he column, including the borders is the key to this working correctly. I did this with a computed FIELD that I referenced at runtime via script, then used that value to scroll the DWO.
I don't really understand what the purpose of this functionality is in the first place. I would just unselect and select rows (or use a rowfocusindicator), in combination with scrollToRow. That way the user sees what's happening anyway.