Skip to main content

ASPxClientTouchUI.MakeScrollable(id) Method

Extends the specified element’s functionality with scrolling via touch behavior (one finger) and customized scrollbar-related options.

#Declaration

TypeScript
static MakeScrollable(
    id: string | any,
    options?: ASPxClientTouchUIOptions
): ScrollExtender

#Parameters

Name Type Description
id any
options ASPxClientTouchUIOptions

An ASPxClientTouchUIOptions object that provides options affecting the touch scrolling functionality.

#Returns

Type Description
ScrollExtender

A ScrollExtender object allowing you to apply the current scroll extender to another element.

See Also