maxStickyDepth property

int maxStickyDepth
final

Maximum depth of nodes that become sticky headers.

  • 0 = no sticky headers (default, zero overhead)
  • 1 = root nodes (depth 0) stick
  • 2 = roots + their direct children (depths 0–1) stick
  • etc.

Implementation

final int maxStickyDepth;