HtmlForgeX

API Reference

Class

TablerCollectionCardsSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerCollectionCards.

Inheritance

  • Object
  • TablerCollectionCardsSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public TablerCollectionCardsSettings Compact(Boolean enable = true) #
Returns: TablerCollectionCardsSettings

Uses denser spacing for smaller dashboard panels.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCollectionCards End() #
Returns: TablerCollectionCards

Returns control to the root collection.

public TablerCollectionCardsSettings FillItems(Boolean enable = true) #
Returns: TablerCollectionCardsSettings

Stretches cards to equal heights where possible.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCollectionCardsSettings MaxHeight(String height) #
Returns: TablerCollectionCardsSettings
EditorBrowsable(2)

Makes the grid scroll within a fixed height.

Type Parameters

THeight

Parameters

height System.String requiredposition: 0
MaxHeight``1(``0 height) #

Makes the grid scroll within a fixed height.

Parameters

height ``0 required
public TablerCollectionCardsSettings MinColumnWidth(String width) #
Returns: TablerCollectionCardsSettings
EditorBrowsable(2)

Sets the minimum width used by the responsive auto-fit grid.

Type Parameters

TWidth

Parameters

width System.String requiredposition: 0
MinColumnWidth``1(``0 width) #

Sets the minimum width used by the responsive auto-fit grid.

Parameters

width ``0 required
public TablerCollectionCardsSettings Surface(TablerSurfaceStyle style) #
Returns: TablerCollectionCardsSettings

Applies a shared theme surface to the card grid shell.

Parameters

style HtmlForgeX.TablerSurfaceStyle requiredposition: 0