来自 Kendo UI for Angular 2 的 ScrollView 组件是否支持单独的页面?

Does ScrollViewComponent from Kendo UI for Angular 2 support individual pages?

ScrollViewComponent 的文档和示例仅解释了如何将组件与数据绑定模板一起使用。 它不是打算像选项卡控件或向导一样使用吗? 即

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

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