clipBehavior property

Clip clipBehavior
final

The way in which view, rowHeader, and columnHeader will be clipped.

A scroll pane's contents will always be clipped to the bounds of the scroll pane itself. The clip behavior determines how the contents will be clipped when they would otherwise overlap each other, the scroll bars, or the corners.

Must be non-null; defaults to Clip.hardEdge, which means that the contents of the scroll pane will never be painted over each other.

Implementation

final Clip clipBehavior;