1

ScrollViewComponent 的文档和示例仅说明了如何将组件与数据绑定模板一起使用。它不打算像 tabcontrol 或向导一样使用吗?IE

<kendo-scrollview ...>
  <kendo-scrollpage>
    <my-component></my-component>
  </kendo-scrollpage>
  <kendo-scrollpage>
    <p>And now for something completey different ...</p>
  </kendo-scrollpage>
</kendo-scrollview>
4

1 回答 1

0

简短的回答是,不,这种情况超出了 ScrollView 组件的范围。它是围绕数据绑定模板的思想构建的。概念上类似于移动Kendo ScrollView 小部件

于 2016-09-30T08:11:33.750 回答