I have a program where I load a table with data from a file. Since the user of the program only has access to a touchscreen, I had allowed him to scroll down through the table using the code below. (I've only copied the part of the code that deals with changing the position of the table, there doesn't seem to be anything malfunctioning elsewhere in the code.)
I had to convert to LV8, and found that my code no longer causes the table to actually scroll, it only keeps moving the active cell downwards without shifting the view of the table with it. Does anyone have any ideas what it is I need to do to get the old functionality back? I'd prefer not to change too much of the code since it is all fairly mature.