maxStickyDepth property
Maximum depth of nodes that become sticky headers.
0= no sticky headers (default, zero overhead)1= root nodes (depth 0) stick2= roots + their direct children (depths 0–1) stick- etc.
Implementation
final int maxStickyDepth;