API Reference
Enum
TablerRowSizingMode
Controls how a row should size and balance its child cards.
Inheritance
- Enum
- TablerRowSizingMode
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
- Method TablerCardRailSettings.Sizing
- Method TablerPrimarySupportRowSettings.Sizing
- Method TablerRow.Sizing
- Method TablerRowSettings.Sizing
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 TablerRowSizingMode EqualHeights #Cards within the row stretch to matched heights.
Value:
1public const TablerRowSizingMode ViewportFit #Cards keep natural height, but can reserve a minimum viewport-aware height on wider screens.
Value:
2public const TablerRowSizingMode EqualHeightsViewportFit #Cards stretch to matched heights and reserve a minimum viewport-aware height on wider screens.
Value:
3