pub fn zoom_size_only(
child: impl IntoUiNode,
enabled: impl IntoVar<bool>,
) -> UiNodeExpand description
P Set on an descendant of Scroll! to resize the widget instead of scaling it with the scroll zoom.
This property disables inline layout for the widget.