Scroll does not work in tab of tab sheet or accordion

Hi

It seems that scroll box is not working when inside a tab of tabsheet or accordion.

Sample projects attached.

Regards
Michael

tabscroll.zip (74.2 KB)
accordstyle.zip (86.4 KB)

Hi,

The ScrollBox component has auto size by default, so you need to define full size to have scrollbars, e.g.:

<scrollBox id="tranScroll" height="100%" width="100%">
</scrollBox>

Regards,
Gleb

And it works great, thanks @gorelov !