bottomThreshold()
Sets the threshold (in pixels) for the
atBottomflag.
bottomThreshold(bottomThreshold: BindingOrValue<number>): this;
Parameters
- bottomThreshold — The threshold value.
Return value
The builder instance for chaining.
Related
class ScrollViewBuilder static
A builder forUIScrollViewinstances.bottomThreshold
Vertical threshold (in pixels) until whichUIScrollEvent.atBottomis set, defaults to 0.type UIScrollView.ScrollEventData static
The data structure contained by each UIScrollView.ScrollEvent.
