wrapContent()
Enables or disables content wrapping.
wrapContent(wrapContent?: BindingOrValue<boolean>): this;
Notes
- This method updates the layout property.
Parameters
- wrapContent — If
true, content will wrap. Defaults totrue.
Return value
The builder instance for chaining.
Related
class ContainerBuilder abstractstatic
An abstract builder class forUIContainerinstances.
