Vertical custom scroll doesn't work

I have a template with long text , If I have a custom scroll , it doesn’t work because the text is outside the template and scroll doesn’t move : https://snippet.webix.com/gilb8pwd

If I use standard scroll it works (comment the 3 first lines). Any ideas ?

Other question : is it possible to use custom scroll or standard scroll for different object or we must define custom scroll for all application ?

Thanks

Hello @romain,

Any ideas ?

You could try wrapping your template inside of a scrollview, the custom scroll works then: https://snippet.webix.com/4wiu006d.

Other question : is it possible to use custom scroll or standard scroll for different object or we must define custom scroll for all application ?

Unfortunately, custom scroll is only applicable to the whole app. The only component that can retain a native scroll when custom scroll is enabled is scrollview (native-x, native-y values of the scroll property): https://snippet.webix.com/e2tcd3zx.

Thanks :slight_smile: