I have a template which has a large amount of text displayed using `
` tags.
I can't seem to get a horizontal and vertical scroll bar.
http://webix.com/snippet/ccd9a225
I have a template which has a large amount of text displayed using `
` tags.
I can't seem to get a horizontal and vertical scroll bar.
http://webix.com/snippet/ccd9a225
Scrolls can be enabled via scroll
property:
I guess my problem is that the horizontal scroll bar is off the screen.
autoheight:true
adjusts the view to its content , so the scrollbars of the big template will be off the screen. You can define the relative height to adjust the template to the window:
Thanks that worked great. I had never seen the gravity property before.