webix resize limits

hi is there some limits of max width and height of window ?
I have window ui components with resize : true, it work until some max window size (for example width: 1000px more than this value resize does not change window width)

Hi!
There are no default limits of max width and height of window.
If you don’t use any maxHeight or maxWidth sizes, if resize:true and body fills the entire page (it handles the events needed for the resize), everything should work correctly.
You can compare with the following snippet Code Snippet
Hope that it helps!