set_resize_mode


Description:

[ Version ( deprecated = true , deprecated_since = "3.12" ) ]
public void set_resize_mode (ResizeMode resize_mode)

Warning: set_resize_mode is deprecated since 3.12.

Sets the resize mode for the container.

Note:

Resize modes are deprecated. They aren’t necessary anymore since frame clocks and might introduce obscure bugs if used.

The resize mode of a container determines whether a resize request will be passed to the container’s parent, queued for later execution or executed immediately.

Parameters:

this

a Container

resize_mode

the new resize mode