I get double scroll-bars when there is no data in the table-view
[attachment=1]wc_table_no_data.png[/attachment]
If there is data in the table-view I get
[attachment=0]wc_table_data.png[/attachment]
The scroll-bar properties are set to ‘Horizontal : never’ and ‘Vertical : always’
and in the onOpen method of the solution I set
Until now I’ve seen very weird behaviour of the scrollbars in WC on my attempts to enable this.
Every time it forced me to move back to the ‘good’ old paging method.