-
The content to be scrolled.
Declaration
Swift
public var wrappedElement: Element
-
Determines the sizing behavior of the content within the scroll view.
Declaration
Swift
public var contentSize: ContentSize
-
Declaration
Swift
public var alwaysBounceVertical: Bool
-
Declaration
Swift
public var alwaysBounceHorizontal: Bool
-
How much the content of the
ScrollView
should be inset.Note: When
keyboardAdjustmentMode
is used, it will also adjust the on-screenUIScrollView
scontentInset.bottom
to make space for the keyboard.Declaration
Swift
public var contentInset: UIEdgeInsets
-
Declaration
Swift
public var centersUnderflow: Bool
-
Declaration
Swift
public var showsHorizontalScrollIndicator: Bool
-
Declaration
Swift
public var showsVerticalScrollIndicator: Bool
-
Declaration
Swift
public var pullToRefreshBehavior: PullToRefreshBehavior
-
Declaration
Swift
public var keyboardDismissMode: UIScrollView.KeyboardDismissMode
-
Declaration
Swift
public var contentInsetAdjustmentBehavior: UIScrollView.ContentInsetAdjustmentBehavior
-
Declaration
Swift
public var keyboardAdjustmentMode: KeyboardAdjustmentMode
-
Declaration
Swift
public var delaysContentTouches: Bool
-
Declaration
Swift
public var contentOffsetTrigger: ScrollTrigger?
-
Declaration
Swift
public init( _ contentSize: ContentSize = .fittingHeight, wrapping element: Element, configure: (inout ScrollView) -> Void = { _ in } )
-
Declaration
Swift
public var content: ElementContent { get }
-
Declaration
Swift
public func backingViewDescription(with context: ViewDescriptionContext) -> ViewDescription?
-
Declaration
Swift
public enum KeyboardAdjustmentMode : Equatable
-
Declaration
Swift
public enum ContentSize : Equatable
-
Declaration
Swift
public enum PullToRefreshBehavior
-
Declaration
Swift
public final class ScrollTrigger
-
Declaration
Swift
public struct ContentOffset