HtmlForgeX

API Reference

Enum

ScrollSpyMode

Namespace HtmlForgeX.TablerScrollSpy
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Scrolling behavior for ScrollSpy.

Inheritance

  • Enum
  • ScrollSpyMode

Values

public const ScrollSpyMode ContainerScroll #

Scroll the right pane only (default).

Value: 0
public const ScrollSpyMode CardBodyScroll #

Scroll inside the card body to keep card borders in view.

Value: 1
public const ScrollSpyMode PageScroll #

Mimic Tabler: page/viewport scroll (no internal overflow styles).

Value: 2