Double Scroll-bar

Using Servoy 7.1 WC,

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

application.putClientProperty(APP_UI_PROPERTY.TABLEVIEW_WC_DEFAULT_SCROLLABLE, true);

How can I prevent the second scroll-bar showing when there is not data in the table-view?

Regards,

Peter

Disable the scrollbars and move back to paging?

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. :(

We’ve been using scroll bars with tables for months now and haven’t seen this. So it must be a bug in 7.1 – we’re deployed on 6.1.6rc at the moment.

Hello David,

I tested this with Servoy 6.1.5 and the result is the same,

The scroll-bar properties are set to ‘Horizontal : never’ and ‘Vertical : always’

if I set the vertical scroll-bar property to ‘when needed’ the second scroll-bar is not visible.

Regards,

Peter

Gotcha. Definitely report this!

Troy already did! ;-) https://support.servoy.com/browse/SVY-4746

Harjo:
Troy already did! ;-) https://support.servoy.com/browse/SVY-4746

Ooooops. Now that is funny… :P