Scrolling

Property name Description
AlwaysBounceHorizontal A Boolean value that determines whether bouncing always occurs when horizontal scrolling reaches the end of the content view or not.
AlwaysBounceVertical A Boolean value that determines whether bouncing always occurs when vertical scrolling reaches the end of the content or not.
Bounces Bounces the view horizontally or vertically depending on the AlwaysBounceHorizontal and AlwaysBounceVertical properties.
DirectionalLockEnabled A Boolean value that determines whether scrolling is disabled in a particular direction or not.
Enabled A Boolean value that determines whether scrolling is enabled or not.
ShowsHorizontalScrollIndicator A Boolean value that controls whether the horizontal scroll indicator is visible or not.
ShowsVerticalScrollIndicator A Boolean value that controls whether the vertical scroll indicator is visible or not.

Go back to Options