Dataview with horizontal scrolling, etc.

Greetings!

I’ve been trying to bring dataview to properly display both horizontal and vertical scrollbars. However, I’m finding anomalies with horizontal and/or vertical scrollbars.

Please site http://webix.com/snippet/8b5dde2a, the horizontal bar seems okay, however am having trouble with the vertical scrollbar.

Regards,

Briuce

Hello Bruce,

You need to initialize DataView with “autoheight” enabled. In the other case, the component will be rendered with vertical scroll (“x” scroll - for scrollview, “y” - for dataview):

http://webix.com/snippet/daf48ed6

Hi Maria –

It’s brilliant, however, sadly I’m using virtual page loading (very important in our case). In which case it’s breaking upon fetching what appears to be the first page after ‘datafetch’. I don’t have that in my sample as it would require the server to be in place.

I hope that makes sense – ?

I really appreciate your effort.

Regards,

Bruce