Skip to main content

Type Alias: AdwClampScrollableProps

AdwClampScrollableProps = WidgetProps & object

Defined in: generated/jsx.ts:2094

Props for the AdwClampScrollable widget.

Type Declaration

NameTypeDescriptionDefined in
child?Gtk.Widget | nullThe child widget of the AdwClampScrollable.generated/jsx.ts:2096
children?ReactNode-generated/jsx.ts:2144
hadjustment?Gtk.AdjustmentHorizontal GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent.generated/jsx.ts:2133
hscrollPolicy?Gtk.ScrollablePolicyDetermines when horizontal scrolling should start.generated/jsx.ts:2135
maximumSize?numberThe maximum size allocated to the child. It is the width if the clamp is horizontal, or the height if it is vertical.generated/jsx.ts:2102
orientation?Gtk.OrientationThe orientation of the orientable.generated/jsx.ts:2127
ref?Ref<Adw.ClampScrollable>-generated/jsx.ts:2145
tighteningThreshold?numberThe size above which the child is clamped. Starting from this size, the clamp will tighten its grip on the child, slowly allocating less and less of the available size up to the maximum allocated size. Below that threshold and below the maximum width, the child will be allocated all the available size. If the threshold is greater than the maximum size to allocate to the child, the child will be allocated all the width up to the maximum. If the threshold is lower than the minimum size to allocate to the child, that size will be used as the tightening threshold. Effectively, tightening the grip on the child before it reaches its maximum size makes transitions to and from the maximum size smoother when resizing.generated/jsx.ts:2119
unit?Adw.LengthUnitThe length unit for maximum size and tightening threshold. Allows the sizes to vary depending on the text scale factor.generated/jsx.ts:2125
vadjustment?Gtk.AdjustmentVertical GtkAdjustment of the scrollable widget. This adjustment is shared between the scrollable widget and its parent.generated/jsx.ts:2141
vscrollPolicy?Gtk.ScrollablePolicyDetermines when vertical scrolling should start.generated/jsx.ts:2143