gpt4 book ai didi

sencha-touch - Sencha 在水平旋转木马中触摸垂直滚动内容

转载 作者:行者123 更新时间:2023-12-04 06:13:19 26 4
gpt4 key购买 nike

我想要一个水平旋转木马,每个面板的内容都可以垂直滚动。目前,内容在屏幕底部被截断,我无法向下滚动内容。我将此代码用于轮播:

Pages.Portfolio = new Ext.Carousel({
title: 'Portfolio'
});

并通过以下方式向其添加新项目:
Pages.Portfolio.add(
new Ext.Panel({
html: response.responseText
})
);

布局到固定似乎并没有解决问题。

任何人都知道如何解决这个问题?

最佳答案

尝试这个:

Pages.Portfolio = new Ext.Carousel({
title: 'Portfolio',
fullscreen:true
});


Pages.Portfolio.add(
new Ext.Panel({
html: response.responseText,
scroll:'vertical'
})
);

关于sencha-touch - Sencha 在水平旋转木马中触摸垂直滚动内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7530770/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com