Scrolled Window
Creates a org.gnome.gtk.ScrolledWindow that makes its child scrollable.
Parameters
Compose Modifier for layout and styling.
Determines when the horizontal scrollbar should appear.
Determines when the vertical scrollbar should appear.
Whether the scroll window has kinetic scrolling.
The minimum height of the content.
The maximum height of the content.
The minimum width of the content.
The maximum width of the content.
Whether the scroll window has overlay scrolling.
the placement of the contents with respect to the scrollbars.
Whether the natural height of the child should be calculated and propagated through the scrolled window’s requested natural height.
Whether the natural width of the child should be calculated and propagated through the scrolled window’s requested natural width.
The composable content to display.