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

Support for ISupportIncrementalLoading

1 Answer 80 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Igor
Top achievements
Rank 1
Igor asked on 05 Aug 2014, 08:24 AM
The built-in ListView in Windows Phone 8.1 has one neat feature. If the bound collection implements the ISupportIncrementalLoading interface, then more items are automatically loaded when the users scrolls to the bottom of the list.

I know this can be done by setting VirtualizationMode to OnDemantAutomatic and handling the DataRequested event, but this is no very MVVM-friendly and results in messaging and handling the loading in the ViewModel instead of letting the bound collection take care of everything.

Please add support for ISupportIncrementalLoading.

1 Answer, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 06 Aug 2014, 11:33 AM
Hello Igor,
ISupportIncrementalLoading will be supported by the DataBoundListBox with Q3 2014 when UI for Windows Universal is scheduled to be official. In addition, we're currently working on making the DataBoundListBox universal so it can be used in both Windows 8.1 and Windows Phone 8.1 applications.

Regards,
Kiril Stanoev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
DataBoundListBox
Asked by
Igor
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or