Skip to main content

Methods

note

All Module methods are available in this class.

resize

Force-resize the scrollbar.

instance.resize();

destroy

Destroys the instance and cleans up resources.

const instance = new Scrollbar();

instance.destroy();