IScrollController.SetIsScrollable(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.