Enum ScrollingMode
The different ways of scrolling in a ScrollViewer.
public enum ScrollingMode
Fields
Horizontal = 1
Only horizontal scrolling is allowed.
HorizontalVertical = 4
Both horizontal and vertical scrolling are allowed.
InDepth = 3
Only in depth (back/front) scrolling is allowed.
InDepthHorizontal = 6
Both in-depth and horizontal scrolling are allowed.
None = 0
No scrolling is allowed.
Vertical = 2
Only vertical scrolling is allowed.
VerticalInDepth = 5
Both vertical and in-depth scrolling are allowed.