set_wrap_on_scroll
Description:
Sets the wrapping behavior of the this.
Setting it to true
will wrap arround to the start when scrolling over the end and vice versa. By default it is set to false
.
Parameters:
this |
a Pager. |
wrap_on_scroll |
a boolean. |