New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.TreeListScrollEventArgs : Sys.CancelEventArgs

Inheritance Hierarchy

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

In this article