I'm using a GridView laid out with Rectangle (as button). Suppose a page/sheet in GridView contains 10 buttons & there are 3 pages/sheets in total. On click of a button handle UI event is called. What'a happening is if the button in the 2nd sheet is clicked, the GridView is resetting/refreshing & showing the first sheet.

Is there any way to stop GridView reset its page automatically?