Freigeben über


IScrollController.SetIsScrollable(Boolean) Methode

Definition

Legt einen Wert fest, der angibt, ob der ScrollPresenter Inhalt mithilfe von Benutzereingaben scrollbar ist oder nicht.

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

Parameter

isScrollable
Boolean

bool

true , wenn der ScrollPresenter Inhalt per Benutzereingabe scrollbar ist, falseandernfalls .

Gilt für: