I have a TableView with many rows,it will go to detail page on clicking a button in each row. I set a button in DetailView page,and by clicking that,i can come back to TableView
But at that time scroll down is stopped from a particular point(but i am not loosing any data,while holding the mouse button pressed i can see some of the rows,but scrolling down is not possible)
Please tell me about the problem and a solution.