/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * Represents the object of the `Native Scroll` event ([see example](slug:listview_events)). */ export interface ListViewScrollEvent { /** * The object that holds the Native Scroll event properties. */ event: any; }