Function ScrollAdjust

Represents a component that adjusts the scroll behavior based on certain conditions.

  • Returns Element

    • The adjusted scroll component.

Methods

  • Sets the adjustment filler for ScrollAdjust component.

    Parameters

    • element: ComponentType<any>

    Returns void

  • Sets the value to adjust the scroll force.

    Parameters

    • force: boolean

      The force to adjust the scroll.

    Returns void

  • Sets the adjustment height for scrollbars.

    Parameters

    • height: Height

    Returns void