I am using webservice to get the data having large number of elements. I need to set the scroll position for a scroll view after Parser_StartElement and Parse_EndElement event completion.
How can I know whether these recurring parsing methods has been finished so that I can set the scroll position?
How can I know whether these recurring parsing methods has been finished so that I can set the scroll position?