Data-Virtualization problem with SurfaceScrollViewer

Posted by TWith2Sugars on Stack Overflow See other posts from Stack Overflow or by TWith2Sugars
Published on 2010-04-19T16:54:50Z Indexed on 2010/05/29 12:32 UTC
Read the original article Hit count: 289

I'm in a situation where I'm using an ItemsControl with a SurfaceScrollViewer bound to an AsyncVirtualizingCollection and all of the data is being requested. I'm aware that it's due to the ItemsControl request all of the data but I'm not sure how to get around this.

I've tried the AsyncVirtualizingCollection bound to a ListBox and it works fine and I'm now attempting to having it bound to a SurfaceListBox but the problem persists.

Any ideas of how to overcome this?

Thanks & Regards Tony

© Stack Overflow or respective owner

Related posts about wpf

Related posts about itemscontrol