Skip to content

getScrollState

returns the current position of scrolls

function getScrollState(): WebixScrollState

WebixScrollState the position of scrolls

var state = mygrid.getScrollState();
alert(state.x); //position of x-scroll
alert(state.y); //position of y-scroll

Articles

API