Structure

ScrollViewProxy

A proxy value that supports programmatic scrolling of the scrollable views within a view hierarchy.

Declaration 宣言

struct ScrollViewProxy

Overview 概要

You don’t create instances of ScrollViewProxy directly. Instead, your ScrollViewReader receives an instance of ScrollViewProxy in its content view builder. You use actions within this view builder, such as button and gesture handlers or the onChange(of:perform:) method, to call the proxy’s scrollTo(_:anchor:) method.

Topics 話題

Performing Scrolling

See Also 参照

Scroll Views