$setSize of ui.proxy, Others Webix Docs

sets the component size

boolean $setSize(number x,number y);

numberthe component width y
numberthe component height
booleanreturns true if a new size differs from the previous one

Details

The method is used in the inner logic and not intended for direct use.
To set a new size, please define new width, height values and call the resize method.

See also

Back to top