HtmlForgeX

API Reference

Class

TablerRankedListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerRankedList.

Inheritance

  • Object
  • TablerRankedListSettings

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

Uses denser typography for the whole list.

Parameters

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

Returns control to the root list.

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

Applies Tabler's flush list-group styling.

Parameters

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

Enables hover treatment for items.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerRankedListSettings MaxHeight(String height) #
Returns: TablerRankedListSettings
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 TablerRankedListSettings ShowBars(Boolean enable = true) #
Returns: TablerRankedListSettings

Shows compact progress bars under items when they expose percentages.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerRankedListSettings ShowIndex(Boolean enable = true) #
Returns: TablerRankedListSettings

Shows an automatic rank number for each item.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerRankedListSettings Striped(Boolean enable = true) #
Returns: TablerRankedListSettings

Enables alternating row striping.

Parameters

enable System.Boolean = true optionalposition: 0