开发者

PagedCollectionView equivalent in WPF?

开发者 https://www.devze.com 2023-03-03 07:16 出处:网络
Is there any equivalent class in .ne开发者_StackOverflow中文版t 3.5 or 4.0 for WPF like PagedCollectionView in Silverlight?No, there isn\'t BUT You can grab it from here - https://silverlight.svn.code

Is there any equivalent class in .ne开发者_StackOverflow中文版t 3.5 or 4.0 for WPF like PagedCollectionView in Silverlight?


No, there isn't BUT You can grab it from here - https://silverlight.svn.codeplex.com/svn/Release/Silverlight4/Source/System.Windows.Data/PagedCollectionView/

You may need more relevant types (all in the same folder).


No there isn't, as seen in the CollectionView class documentation there are only three derivative classes.

  • System.Windows.Controls.ItemCollection
  • System.Windows.Data.BindingListCollectionView
  • System.Windows.Data.ListCollectionView

(There are some more classes sub-class CollectionView but they are internal)

0

精彩评论

暂无评论...
验证码 换一张
取 消