Searched refs:scrollSize (Results 1 – 1 of 1) sorted by relevance
236 const scrollSize = this.getScrollSize()239 if (offset < 0 || (offset + clientSize > scrollSize + 1) || !scrollSize) {244 this.emitEvent(offset, clientSize, scrollSize, evt)248 emitEvent(offset, clientSize, scrollSize, evt) { argument253 …} else if (this.virtual.isBehind() && (offset + clientSize + this.bottomThreshold >= scrollSize)) {