VirtualScrollerExactPosition
type VirtualScrollerExactPosition = number;Numeric snapshot of scroll position
Example
`5.3` stands for item at index `5` + `30%` of its size.
Used to save/restore scroll position@af-utils/virtual-coretype VirtualScrollerExactPosition = number;Numeric snapshot of scroll position
`5.3` stands for item at index `5` + `30%` of its size.
Used to save/restore scroll positionOn this page