Height Div

Hi.
I have a div with height=100%. I i set a List or other datatable, template… it does not fill the div 100% Vertical.
How can i say to set full height to a div with adding a webix component ?

Thanks

http://webix.com/snippet/e1e1c629

Hi,

Your div isn’t full-screen, please take a look:

http://webix.com/snippet/c3ee9e87

You need to set document body height:

http://webix.com/snippet/c13de4fb

Is there an another way to expand Div in full height using only webix methods ?

Nope, sorry. The only alternative solution is using full-screen initialization (do not use “container” property)