Hello Senthil,
below is the way of representing the xml code of the "ScrollContainer",
<core:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m" controllerName="container.Sample" xmlns:html="http://www.w3.org/1999/xhtml"> <Page title="Title"> <content> <ScrollContainer id="scrollcontainer" height="100%" content="{/results}"> <Page tite=" Your template "></Page> </ScrollContainer> </content> </Page></core:View>
Hope this code helps,
regards,
Nagarjun