UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

12 lines (11 loc) 385 B
/** * DevExtreme (esm/__internal/ui/scroll_view/utils/get_scroll_left_max.js) * Version: 26.1.3 * Build date: Wed Jun 10 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ export function getScrollLeftMax(element) { return element.scrollWidth - element.clientWidth }