Why i use container the view can't resize?

For example in http://webix.com/snippet/5adf8b2f.
the same code with demo1 and demo2, but i add container in demo1,when i change resize the window explorer.Demo1 can’t resize success, but in demo2, the view can be resize.

Webix views resize only when you apply full-screen initialization (do not set “container”).

You can use “webix.event” helper and “adjust()” method to resize main layout on window resize:

http://webix.com/snippet/968d8808

Fantastic Maria. I used your directions and they work perfectly. Thank you