HtmlForgeX

API Reference

Class

TablerRosterListSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerRosterList.

Inheritance

  • Object
  • TablerRosterListSettings

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

Uses denser typography for the whole list.

Parameters

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

Returns control to the root list.

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

Applies Tabler's flush list-group styling.

Parameters

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

Enables hover treatment for items.

Parameters

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

Enables alternating row striping.

Parameters

enable System.Boolean = true optionalposition: 0