Skip to main content

get

static get = ()

Scrollbar.get returns an Object with current widget index as pos and an array of widgets.

Example:

var scroll_list = Scrollbar.get();
var current_widget = scroll_list[scroll_list.pos];