ScrollingMode Enum
Namespace: Stride.UIAssembly: Stride.UI.dll
The different ways of scrolling in a ScrollViewer.
public enum ScrollingMode
              Fields
| Name | Description | 
|---|---|
| Horizontal | Only horizontal scrolling is allowed.  | 
                  
| HorizontalVertical | Both horizontal and vertical scrolling are allowed.  | 
                  
| InDepth | Only in depth (back/front) scrolling is allowed.  | 
                  
| InDepthHorizontal | Both in-depth and horizontal scrolling are allowed.  | 
                  
| None | No scrolling is allowed.  | 
                  
| Vertical | Only vertical scrolling is allowed.  | 
                  
| VerticalInDepth | Both vertical and in-depth scrolling are allowed.  |