Searched refs:scrollContainer (Results 1 – 2 of 2) sorted by relevance
36 private scrollContainer?: HTMLElement;44 const scrollContainer = assertExists(this.scrollContainer); constant48 this.visibleRowOffset = Math.floor(scrollContainer.scrollTop / ROW_H);49 this.visibleRowCount = Math.ceil(scrollContainer.clientHeight / ROW_H);62 this.scrollContainer =64 this.scrollContainer.addEventListener(78 if (this.scrollContainer === undefined) return;
5408 scrollContainer: 'html, body' property5424 $(this.options.scrollContainer).animate({5430 if (this.options.scrollContainer === ScrollButton.DEFAULTS_.scrollContainer) {5433 var scrollContainer = $(this.options.scrollContainer)[0];5436 while (currentEl !== scrollContainer && currentEl !== null) {