Enum ScrollBehavior
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Specifies the scroll behavior for scrolling operations.
public enum ScrollBehavior
- Extension Methods
Fields
Auto = 1
Scrolls immediately.
Smooth = 0
Scrolls in a smooth fashion.
Specifies the scroll behavior for scrolling operations.
public enum ScrollBehavior
Auto = 1
Scrolls immediately.
Smooth = 0
Scrolls in a smooth fashion.