Telerik.Web.UI.TreeListScrollEventArgs : Sys.CancelEventArgs
Inheritance Hierarchy
- Sys.CancelEventArgs
- Telerik.Web.UI.TreeListScrollEventArgs
Methods
get_isOnBottom
Returns a Boolean value, indicating whether the scroll has reached the bottom of the treelist.
Parameters
Returns
Boolean
get_isOnTop
Returns a Boolean value, indicating whether the scroll has reached the top of the treelist.
Parameters
Returns
Boolean
get_scrollControl
Returns the div
element that is being scrolled.
Parameters
Returns
Element
get_scrollLeft
Returns the horizontal position of the scroll.
Parameters
Returns
Number
get_scrollTop
Returns the vertical position of the scroll.
Parameters
Returns
Number