ScrollViewBase.LayoutMode Property
This entity is experimental and might be changed or removed in a future release.
Specifies how ScrollPosition is modified when the control gets a new layout.
Location
- Namespace
- Fuse.Controls
- Package
- Fuse.Controls.ScrollView 2.9.1
Returns
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.