Expand description
Scroll View
Structs§
- Border
- Defines the border width of a scroll track in pixels.
- Handle
- Style class that will be applied to the handles of the scroll view
- Hide
Bars - Controls the visibility of scroll bars. When true, bars are hidden.
- Horizontal
Inset - Defines the horizontal inset of the scrollable area in pixels.
- Overflow
Clip - Enables clipping of overflowing content when set to true.
- Propagate
Pointer Wheel - Determines if pointer wheel events should propagate to parent elements.
- Rounded
- Determines if scroll handles should be rounded (defaults to true on macOS).
- Scroll
- A scroll view
- Scroll
Class - Style class that is applied to every scroll view
- Scroll
Custom Style - Represents a custom style for a
Scroll
. - Thickness
- Specifies the thickness of scroll handles in pixels.
- Track
- Style class that will be applied to the scroll tracks of the scroll view
- Vertical
Inset - Specifies the vertical inset of the scrollable area in pixels.
- Vertical
Scroll AsHorizontal - When true, vertical scroll input is interpreted as horizontal scrolling.
Traits§
- Scroll
Ext - A trait that adds a
scroll
method to any type that implementsIntoView
.
Functions§
- scroll
- Create a new scroll view