dragBehavior property

SegmentDragBehavior dragBehavior
final

What a horizontal drag means. Scrollable mode only — the fixed control always drags its indicator (UISegmentedControl parity).

Defaults to SegmentDragBehavior.selectIndicator (unchanged behavior). Use SegmentDragBehavior.scroll for picker-style strips where a drag should navigate the list and selection is tap-only.

Implementation

final SegmentDragBehavior dragBehavior;