Skip to main content
Version: 4.1

ScrollBehavior

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Specifies the scrolling behavior to use when performing scroll operations. Since 4.0.3

public enum ScrollBehavior : 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

NameDescription
AutoScroll behavior is determined by the computed value of scroll-behavior.
InstantScrolling should happen instantly in a single jump.
SmoothScrolling should animate smoothly.

Used By

NameDescription
Control.ScrollControlIntoViewScrolls the control into view in the container using the specified alignX and alignY preferences.
Since 4.0.3