scroll for window

Hi webix team,

In following snippet we want scroll for whole window instead of spreadsheet.

https://snippet.webix.com/tt0n2yi2

put the window content into scrollview

Are you saying like this https://snippet.webix.com/0eytst99 ?

I don’t want scroll to spreadsheet. Instead of spreadsheet I want the scroll to its parent(here parent is window).
If suppose initially I am having 9 cols and 9 rows to spreadsheet and suppose I am pasting some data of 1000*1000 into spreadsheet at that time I want scroll to window i.e parent not to spreadsheet

you need to increase the spreadsheet’s height.

My point is that I don’t want any height or scroll to spreadsheet.
Height and scroll all to be to its parent.
If data of spreadsheet increases then I want scroll to spreadsheet parent no to spreadsheet

Hello,
please check https://snippet.webix.com/c0l5lvk7

Hi,

We want a scroll for webix window that will scroll the spreadsheet too.

https://snippet.webix.com/hqjxyemc n this snippet I have explicitely hided the scroll of spreadsheet but in this case my window scroll does not work for spreadsheet

Hello,

You need to remove the scroll of the inner datatable, e.g. in the onComponentInit event: https://snippet.webix.com/t1p0jjpo

Hi Helga,

But horizontal scroll for window is not getting applied event though I have larger size of spreadsheet.

  • scroll:“xy” for Scrollview
  • larger width of body elements

https://snippet.webix.com/ysqli2ef

If suppose initially I am having 9 cols and 9 rows to spreadsheet and suppose I am pasting some data of 1000*1000 into spreadsheet at that time I want scroll to window.

In https://snippet.webix.com/ysqli2ef after paste event scroll(of window) does not work