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>