trackFloating abstract method

void trackFloating(
  1. Element element
)

Register the tracking of the element that is already floating in the visual range of the scroll host. Sticky rows will be placed below or above of such elements.

Implementation

void trackFloating(Element element);