New to Telerik UI for WinForms? Download free 30-day trial

Infinite Scrolling

By default, when the user scrolls to the last pip the navigation button looks disabled and it can not be clicked. This behavior can be changed through the IsInfiniteScrollingEnabled property. When the IsInfiniteScrollingEnabled property is enabled it allows infinite scrolling from the last pip to the first pip automatically and the same in vice versa.

Enable Infinite Scrolling

this.radPipsPager1.IsInfiniteScrollingEnabled = true;

Me.radPipsPager1.IsInfiniteScrollingEnabled = True

RadPipsPager Infinite Scrolling

See Also

In this article