Enum ScrollBehavior
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Smooth: scrolls in a smooth fashion; Auto: is immediate
public enum ScrollBehavior
- Extension Methods
Fields
Auto = 1
Smooth = 0
Smooth: scrolls in a smooth fashion; Auto: is immediate
public enum ScrollBehavior
Auto = 1
Smooth = 0