resize

adjust size of custom scroll

void resize();

Example

webix.CustomScroll.resize();

Details

Normally scroll will adjust self automatically, but in some cases it may be necessary to force scroll resizing.

Back to top