Any solution? Scroll goes below window and disappears until it lose focus and regain focus where it gets resized. This is on webix jet subview. I’d like it if you could supply a fix programmaticaly or something to force it hide and show so as to resize.
Else could you tell me the easy way to let this scroll be normal browser scroll (which resizes properly on webix jet) and enable custom scroll for every other scroll in the app?
In the case of datatable, a custom scroll will adjust after each repaint of datatable.
if somehow it doesn’t work for you, try to add the next line of code
webix.callEvent("onReconstruct", [])
It will force custom scroll readjusting to the host component