Class ScrollController Abstract
Methods
canScrollHorizontally
- canScrollHorizontally(): boolean
canScrollRight
- canScrollRight(): boolean
canScrollVertically
- canScrollVertically(): boolean
Abstract getClientHeight
- getClientHeight(): number
getMaxScrollLeft
- getMaxScrollLeft(): number
getMaxScrollTop
- getMaxScrollTop(): number
Abstract getScrollHeight
- getScrollHeight(): number
Abstract setScrollLeft
- setScrollLeft(left: number): void
Abstract setScrollTop
- setScrollTop(top: number): void