来自Angndo 2的Kendo UI的ScrollViewComponent是否支持单个页面?

时间:2016-09-28 11:58:21

标签: kendo-ui-angular2

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>

1 个答案:

答案 0 :(得分:0)

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