This is a migrated thread and some comments may be shown as answers.

Page Count? TotalItemCount?

0 Answers 126 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 1
Alex asked on 20 Jan 2011, 06:38 AM
*edit* resolved
it checks the ItemCount as well

Page Count? TotalItemCount?

What does a collection need to implement/have for the page count to be a fixed number?
I tried implementing an IPagedCollectionView and I return a >=0 TotalItemCount, but the page count is always x/1 (it thinks its an endless collection)


Does it check some other properties? (Or does it not listen to PropertyChanged(this, "TotalItemCount") events under certain conditions?)
Tags
DataPager
Asked by
Alex
Top achievements
Rank 1
Share this question
or