Specifies the scrolling behavior to use when performing scroll operations. Since 4.0.3
publicenumScrollBehavior:Enum
Public Enum ScrollBehavior As [Enum]
Use this enumeration to control whether scrolling occurs instantly or with a smooth animation. The behavior selected may affect user experience and accessibility. The default value is typically Auto.
Fields
Name
Description
Auto
Scroll behavior is determined by the computed value of scroll-behavior.
Instant
Scrolling should happen instantly in a single jump.