ScrollViewComponent的文档和示例仅解释了如何将组件与数据绑定模板一起使用。 它不打算像tabcontrol或向导一样使用吗? 即。
<kendo-scrollview ...>
<kendo-scrollpage>
<my-component></my-component>
</kendo-scrollpage>
<kendo-scrollpage>
<p>And now for something completey different ...</p>
</kendo-scrollpage>
</kendo-scrollview>
答案 0 :(得分:0)
简短的回答是,不,这种情况超出了ScrollView组件的范围。它围绕数据绑定模板的思想而构建。概念上类似于移动Kendo ScrollView widget。