Modifiers
scrollContentBackground
Specifies the visibility of the background for scrollable views within this view.
scrollContentBackground(visible)
| Parameter | Type | Description |
|---|---|---|
visible | 'automatic' | 'visible' | 'hidden' | The visibility of the background. |
Specifies the visibility of the background for scrollable views within this view.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- scrollContentBackground (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)