I have a report using a list component with a custom renderer. We have a paging controller on the page that when you click it , the data set will advance to the next page.
What happens is the new data set is inserted in the the list view, and keeps the viewer exactly same position where they where on the page when they clicked the button . So say you scrolled to the bottom of the first page and you click to view the next page, the data gets loaded in, but the list view still is at the bottom of the page. Is there a way to make the component scroll back to the top when the user clicks to a different page? thanks Jeff

