ScrollDirections Enum
Specifies which scroll directions are allowed, or considered, in a control or gesture.
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.Native 2.9.1
Possible Values
- Left
-
Specifies which scroll directions are allowed, or considered, in a control or gesture.
- Right
-
Specifies which scroll directions are allowed, or considered, in a control or gesture.
- Up
-
Specifies which scroll directions are allowed, or considered, in a control or gesture.
- Down
-
Specifies which scroll directions are allowed, or considered, in a control or gesture.
- Horizontal
-
Specifies which scroll directions are allowed, or considered, in a control or gesture.
- Vertical
-
Specifies which scroll directions are allowed, or considered, in a control or gesture.
- Both
-
Specifies which scroll directions are allowed, or considered, in a control or gesture.
- All
-
Specifies which scroll directions are allowed, or considered, in a control or gesture.
Interface of ScrollDirections
All : ScrollDirections uno
Specifies which scroll directions are allowed, or considered, in a control or gesture.
Both : ScrollDirections uno
Specifies which scroll directions are allowed, or considered, in a control or gesture.
Down : ScrollDirections uno
Specifies which scroll directions are allowed, or considered, in a control or gesture.
HasFlag(ScrollDirections) : bool uno
Horizontal : ScrollDirections uno
Specifies which scroll directions are allowed, or considered, in a control or gesture.
Left : ScrollDirections uno
Specifies which scroll directions are allowed, or considered, in a control or gesture.
Right : ScrollDirections uno
Specifies which scroll directions are allowed, or considered, in a control or gesture.
ScrollDirections - ScrollDirections : ScrollDirections uno
ScrollDirections != ScrollDirections : bool uno
ScrollDirections & ScrollDirections : ScrollDirections uno
ScrollDirections ^ ScrollDirections : ScrollDirections uno
ScrollDirections == ScrollDirections : bool uno
ScrollDirections | ScrollDirections : ScrollDirections uno
Up : ScrollDirections uno
Specifies which scroll directions are allowed, or considered, in a control or gesture.
Vertical : ScrollDirections uno
Specifies which scroll directions are allowed, or considered, in a control or gesture.