RestrictScrollToPage Property
In This Topic
Gets or sets a value indicating whether scrolling with the scrollbar or mouse wheel is restricted to the current page (for non-continuous mode only).
The default is false.
Syntax
'Declaration
Public Property RestrictScrollToPage As Boolean
public bool RestrictScrollToPage {get; set;}
See Also