HtmlForgeX

API Reference

Class

TablerActivityListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerActivityList.

Inheritance

  • Object
  • TablerActivityListSettings

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 TablerActivityListSettings Compact(Boolean enable = true) #
Returns: TablerActivityListSettings

Uses denser spacing for compact dashboard rails and cards.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerActivityListSettings Connectors(Boolean enable = true) #
Returns: TablerActivityListSettings

Shows or hides the vertical connector rail between feed items.

Parameters

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

Returns control to the root list.

public TablerActivityListSettings Flush(Boolean enable = true) #
Returns: TablerActivityListSettings

Applies Tabler's flush list-group styling.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerActivityListSettings Hoverable(Boolean enable = true) #
Returns: TablerActivityListSettings

Enables hover treatment for items.

Parameters

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

Makes the list scroll within a fixed height.

Type Parameters

THeight

Parameters

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

Makes the list scroll within a fixed height.

Parameters

height ``0 required
public TablerActivityListSettings Striped(Boolean enable = true) #
Returns: TablerActivityListSettings

Enables alternating row striping.

Parameters

enable System.Boolean = true optionalposition: 0