http://webix.com/snippet/20c42df7
I think this would demonstrate my problem well. What can I change to make the content scrollable??
http://webix.com/snippet/20c42df7
I think this would demonstrate my problem well. What can I change to make the content scrollable??
Template component is not scrollable by itself; moreover, it does not adjust to its content automatically.
Its better not to use the scrollview, but define scrolling for the template itself:
{ header:"One", body:{
template:histhtml, scroll:"xy"
}}
How can we use a scrollbar in a tabview for a form ui instead of histhtml ?? That means the tabs will be fixed but the content below should be scrollable…
Michael