私は煎茶の初心者です。3列の垂直カルーセルを作成したいと思います。たとえば、iPad用のTMallインターフェース
出来ますか?
私はこれがあなたが望むものだと思います
{
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
}
]
}
それが役に立てば幸い