getScrollState
returns the current position of scrolls
function getScrollState(): WebixScrollStateReturns
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-scrollSee also
Section titled “See also”Articles
API