Function zng::scroll::scrollbar_fn
source ยท pub fn scrollbar_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<ScrollBarArgs>>,
) -> impl UiNode
Expand description
P
Scrollbar function for both orientations applicable to all scroll widget descendants.
This property sets both v_scrollbar_fn
and h_scrollbar_fn
to the same wgt_fn
.