Enum DropdownWidth
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the behavior of a MudPopover drop down relative width.
public enum DropdownWidth
- Extension Methods
Fields
Adaptive = 1The dropdown will open at the min width of it's activator parent, preventing it from being less wide but allowing it to grow.
Ignore = 2The dropdown width will be ignored.
Relative = 0The dropdown will open at the max width of it's activator parent preventing it from growing beyond that width.