API Reference
Enum
TablerRowPackingMode
Typed packing presets for AutoFit rows so callers can choose how width is distributed without reasoning about the lower-level AutoFit engine and policy combination.
Inheritance
- Enum
- TablerRowPackingMode
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 TablerRowPackingMode Natural #Use equal-width CSS grid tracks. Wrapped rows keep the same rhythm as the first row.
Value:
0public const TablerRowPackingMode FillLastRow #Use flex packing so wrapped rows fill the available width more evenly (for example a five-card strip can become 3 + 2 instead of 4 + 1).
Value:
1public const TablerRowPackingMode RetainTrackWidths #Keep fixed track widths on wrap and allow the trailing area to remain open.
Value:
2public const TablerRowPackingMode OneLineOnWide #Prefer a single line on very wide screens while still filling wrapped rows on smaller widths.
Value:
3