API Reference
Enum
TablerAutoFitPolicy
Behavior for AutoFit grid rows.
Inheritance
- Enum
- TablerAutoFitPolicy
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerAutoFitPolicy Soft #Use CSS grid auto-fit with a minimum card width; grows fluidly.
Value:
0public const TablerAutoFitPolicy WideOneLine #Auto-fit normally, but on very wide screens (xxl) force a single line using the number of items (capped by maxCols).
Value:
1public const TablerAutoFitPolicy Retain #Retain fixed card width on wrap using auto-fill. Leftover space on the right remains empty; the last row does not stretch.
Value:
2public const TablerAutoFitPolicy HardLimit #Hard limit the number of columns on all breakpoints. Implemented via responsive row-cols classes rather than CSS grid.
Value:
3