IScrollController.SetIsScrollable(Boolean) Method

Definition

Sets a value that indicates whether or not the ScrollPresenter content is scrollable by means of user input.

public:
 void SetIsScrollable(bool isScrollable);
void SetIsScrollable(bool const& isScrollable);
public void SetIsScrollable(bool isScrollable);
function setIsScrollable(isScrollable)
Public Sub SetIsScrollable (isScrollable As Boolean)

Parameters

isScrollable
Boolean

bool

true if the ScrollPresenter content is scrollable by means of user input; otherwise, false.

Applies to