getScrollState
returns the current position of scrolls
function getScrollState(): WebixScrollState
Returns
Section titled “Returns”WebixScrollState
the position of scrolls
Example
Section titled “Example”var state = mygrid.getScrollState();alert(state.x); //position of x-scrollalert(state.y); //position of y-scroll
See also
Section titled “See also”Articles
API