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