EndlessPageScroll
Version: 9.0
The EndlessPageScroll component is a behavior. This means that the component does not do anything by itself. Instead, it adds capabilities to another component.
The EndlessPageScroll behavior is only a relevant behavior for the ListControl.
The behavior works in this way:
-
If the IsEndlessScrollEnabled property is true, SPEAK executes the JavaScript in the ScrollMoreData property when the slider in the browser scrollbar reaches the bottom of the scrollbar.
You can, for example, specify next:DataSource to tell the ListControl to ask the component called DataSource for the next page of data.