Determines whether this node can accept scroll input and if the input can have visible effect. This is usually determined by the node's position; for example a container node already scrolled to the bottom cannot accept further vertical movement down.
Memory safe and const object comparison.
Perform a scroll motion, moving the node's contents by the specified distance.
Scroll towards a specified child node, trying to get it into view.
Nodes implementing this interface can react to scroll motion if selected by a HoverIO system.
Temporarily called HoverScrollable, this node will be renamed to Scrollable in a future release. https://git.samerion.com/Samerion/Fluid/issues/278