アイテム数に基づいて、senchatouchのデータビューリストの高さを調整する必要があります。私がこれまでに行ったことは、そのリストにあるこの構成だけです
config: {
fullscreen: true,
height:'100%'
store: 'CategoryListStoresecond',
loadingText: "Loading ...",
emptyText: "<div>No items found.</div>",
onItemDisclosure: true,
grouped: false,
itemTpl : '<div id="{Name}"> <img src="{Image}" /> <!--<h2>{Name}</h2>--!><p>{Name}</p></div>',
},