Silverlight 4,如何基于滚动将行动态加载到数据网格中?
我有一个数据网格和一个 PagedCollectionView,其中包含 1000 多个对象,页面大小为 100。 如何将 PagedCollectionView 添加到数据网格,以便当其滚动条丰富时,底部会向数据网格添加额外的 100 行?
I have a datagrid and a PagedCollectionView with more than 1000 objects and a pagesize of 100.
How can I add the PagedCollectionView to the datagrid such that when its scroll bar riches the bottom end will add an additional 100 rows to the datagrid?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这解决了我的问题:
http://weblogs .asp.net/manishdalal/archive/2008/10/09/stealth-paging-datagrid.aspx
This solved my problem:
http://weblogs.asp.net/manishdalal/archive/2008/10/09/stealth-paging-datagrid.aspx