API Reference
Class
TablerActivityListSettings
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.
Returned or exposed by
Accepted by parameters
- Method TablerActivityList.Settings
Methods
public TablerActivityListSettings Compact(Boolean enable = true) #Returns:
TablerActivityListSettingsUses denser spacing for compact dashboard rails and cards.
Parameters
- enable System.Boolean = true
public TablerActivityListSettings Connectors(Boolean enable = true) #Returns:
TablerActivityListSettingsShows or hides the vertical connector rail between feed items.
Parameters
- enable System.Boolean = true
public TablerActivityListSettings Flush(Boolean enable = true) #Returns:
TablerActivityListSettingsApplies Tabler's flush list-group styling.
Parameters
- enable System.Boolean = true
public TablerActivityListSettings Hoverable(Boolean enable = true) #Returns:
TablerActivityListSettingsEnables hover treatment for items.
Parameters
- enable System.Boolean = true
public TablerActivityListSettings MaxHeight(String height) #Returns:
TablerActivityListSettingsEditorBrowsable(2)Makes the list scroll within a fixed height.
Type Parameters
- THeight
Parameters
- height System.String
public TablerActivityListSettings Striped(Boolean enable = true) #Returns:
TablerActivityListSettingsEnables alternating row striping.
Parameters
- enable System.Boolean = true