DataView and Horizontal Scrolling

Greetings!

I’m using the DataView component for a key feature of our product. It works splendidly with one exception: horizontal scrolling does not work as expected.

Please see snippet example: http://webix.com/snippet/8dbadaf7
In this example, no matter how you resize the screen, the horizontal scrollbar for the dataview component will not become visible.

Please reference snippet example: http://webix.com/snippet/60514f5c
Using the datatable view works as expected - resize the views and the horizontal scrollbar becomes visible for the datatable component.

Could you please point me in the right direction?

Many Thanks,

Bruce

Hi, the dataview is designed in such way, that it will not have a horizontal scroll in any case.

If you need the horizontal scroll, just wrap the dataview in the scrollview component.

http://webix.com/snippet/85645dae