Unplanned
Last Updated: 08 Aug 2016 09:29 by Eric Rodewald
ADMIN
Stefan
Created on: 09 Feb 2016 12:14
Category: UI for WPF
Type: Bug Report
2
VirtualQueryableCollectionView: ItemsLoaded StartIndex property of the EventArgs is incorrect

		
1 comment
Eric Rodewald
Posted on: 23 Mar 2016 21:38
I have just noticed this as well when passing in an IQueryable to the constructor. After calling collection.Load(0, items), the ItemsLoaded event shows the startIndex to be the value of items.Count. I'm not sure of how this truly affects anything, but my UI currently only displays the first item and renders nothing else, despite the collection object itself containing all 60 loaded items. Maybe that's only tangentially related.