Gets or sets a value indicating whether page scrolling will be disabled.

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

Syntax

JavaScript
C1.Web.iPhone.TouchEventDispatcher.get_disablePageScroll = function();
C1.Web.iPhone.TouchEventDispatcher.set_disablePageScroll = function(value);

See Also