ia.ScrollBox Class
A utility class for creating scroll boxes.
Constructor
ia.ScrollBox
(
-
container
Parameters:
-
container
ObjectThe scrollbox container.
Methods
_resize
()
private
Refreshed scroll bars when content resized.
refresh
()
Refreshes scroll bars when content changes.
scrollToElement
()
Refreshes scroll bars when content changes.
Properties
container
JQUERY Element
The container that holds the object.
isScrolling
Boolean
Indicates if scrolling is taking place. Can be used by children to prevent default events during scrolling
Default: false