Below is the way to eliminate vertical scrollbars from ADF Table/Tree component:
autoHeightRows
This property suggests that, the height of the component can grow to a maximum of 'autoHeightRows' after which a vertical scrollbar is displayed.
Problem: But even after specifying the value in autoHeightRows or assigning it the value of model data size (e.g. list size), vertical scrollbars are visible after certain limit.
Resolution: Assign the same value to "fetchSize" property as specified for "autoHeightRows".