contentHeight Number|String
(default: "auto")
The height of the ScrollView content. Supports 100%
if the ScrollView is embedded in a stretched view and the ScrollView element is an immediate child of the view element.
<div data-role="view" data-stretch="true">
<div data-role="scrollview" data-content-height="100%">
<div data-role="page">This page will stretch to fit the entire view height</div>
<div data-role="page">This page will stretch to fit the entire view height</div>
<div data-role="page">This page will stretch to fit the entire view height</div>
</div>
</div>
<script>
var app = new kendo.mobile.Application();
</script>