Beta Documentation - Subject to change.

Sets the maximum width of the window.

Syntax

Lua
function Window:SetMaximumWidth(value);

Parameters

value
Type: number
The maximum width of the window.

Remarks

Sets the maximum width of the window.

See Also