ScrollViewLayoutMode Enum
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
How is the ScrollPosition of a ScrollView modified when the layout changes.
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.ScrollView 2.9.1
Possible Values
- PreserveScrollPosition
-
The value of ScrollPosition does not change, this may result in different visual position
- PreserveVisual
-
The ScrollPosition is modified so that the element closest to the center visually remains visually in the same position.
Interface of ScrollViewLayoutMode
HasFlag(ScrollViewLayoutMode) : bool uno
PreserveScrollPosition : ScrollViewLayoutMode uno
The value of ScrollPosition does not change, this may result in different visual position
PreserveVisual : ScrollViewLayoutMode uno
The ScrollPosition is modified so that the element closest to the center visually remains visually in the same position.