我是 Sencha 的新手。我想制作 3 列垂直轮播。比如iPad的天猫界面
是否可以?
我想这就是你想要的
{
xtype: container,
layout: 'hbox',
items: [
{
xtype: 'carousel',
direction: 'vertical',
...what the carousel should contain
},
{
xtype: 'carousel',
direction: 'vertical',
...what the carousel should contain
},
{
xtype: 'carousel',
direction: 'vertical',
...what the carousel should contain
}
]
}
希望能帮助到你