Locks the scrolling.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
C1.Web.iPhone.ScrollApproval.lockScrolling = function(scrollerName);

Parameters

scrollerName
Type: System..::..String
Name of the scroller.

Return Value

Returns true if scroll action approved for given scrollerName otherwise returns false that means that scrolling action must be canceled and can not be executed until next touchstart(or swipestart) event

See Also