listview - Implementing ISupportIncrementalLoading in WPF and WP8 -


winrt applications have simple way add virtualization listview control. if collection implements isupportincrementalloading, can used partial async loading of large number of items.

i trying solve task on other platforms: wpf , wp8. interface not available there wonder if there implementation matches closely winrt counterpart.

might helpful :

data virtualization or lazy loading of data listview

data virtualization


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -