Enum OverflowBehavior
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Controls how a component behaves when the browser is scrolled.
public enum OverflowBehavior
- Extension Methods
Fields
FlipAlways = 2Flips the component if it would overflow its container, dynamically adjusting as necessary to prevent overflow.
FlipNever = 0Prevents any adjustment of the component, even if it would overflow the container.
FlipOnOpen = 1Flips the component if it would overflow its container, but only when it first opens. Does not update dynamically if overflow changes afterwards.