【发布时间】:2013-05-28 12:20:16
【问题描述】:
如果内容太长,无法滚动到底部
为什么内容太长不能滚动到底部?
this._panel = {
xtype: 'panel',
height: '100%',
scrollable: true,
items: [{
html: '<img src="http://images5.fanpop.com/image/photos/29400000/Iron-Man-Tony-Stark-the-avengers-29489238-2124-2560.jpg" />'
}, {
html: '<img src="http://images5.fanpop.com/image/photos/29400000/Iron-Man-Tony-Stark-the-avengers-29489238-2124-2560.jpg" />'
}]
};
this.add(this._panel);
【问题讨论】:
-
也许可以尝试给你的小组
layout:'vbox'。 -
也一直遇到滚动问题。无论我选择什么设置 Sencha 总是会找到一些可以通过滚动到达的 ui 元素,但随后它们会向下射击:(
标签: scroll sencha-touch-2