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.
Comments
Post a Comment