Check for vertical scroll bar

You can turn it on through scripting.
Don’t know how you populate your table, but for example putting this in a propertyChange script:

if propertyName=="data": t=event.source.parent.getComponent('Power Table') t.setVerticalScrollBarPolicy(t.VERTICAL_SCROLLBAR_ALWAYS)