Open fruitbang opened 1 month ago
You can set start
and end
settings of a Slider
or a Scrollbar
. E.g.:
legend.get("verticalScrollbar").setAll({
start: 0.5,
end: 0.5
});
This will position the scrollbar at the middle.
wow, cool. tnx
This issue is stale because it has been open 30 days with no activity. It will be closed in 5 days unless a new comment is added.
Is there way to scroll legend verticalScrollbar by added buttons? I need to make something like this: