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

ListView Virtual Scrolling

1 Answer 208 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Raventhorn
Top achievements
Rank 2
Raventhorn asked on 01 Jun 2012, 09:05 PM
Hello,

I was wondering if it were possible to implement virtual scrolling with the listview either by itself or using the datapager. Basically I am hoping that if the page is scrolled to the end of the listview, it will load the next page directly underneath it. Think Facebook and how they handle their wall posts/time line. Any advice would be great.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 06 Jun 2012, 08:46 AM
Hello,

Scrolling inside RadListView is not a built-in functionality (as the layout depends on the respective template that you specify), so the logic for scrolling to a certain item mostly depends on your own scenario. If the items container is a div, the solution should be similar to what is discussed in this thread:
http://stackoverflow.com/questions/635706/how-to-scroll-to-an-element-inside-a-div

All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ListView
Asked by
Raventhorn
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Share this question
or