ASPxClientTouchUI.MakeScrollable(id) Method
In This Article
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 | ASPx |
An ASPx |
#Returns
Type | Description |
---|---|
Scroll |
A Scroll |
See Also