ListViewCompat

Deprecated

Use ListView directly.

Helper for accessing features in ListView.

Functions

Link copied to clipboard
open fun canScrollList(@NonNull listView: ListView, direction: Int): Boolean
Check if the items in the list can be scrolled in a certain direction.
Link copied to clipboard
open fun scrollListBy(@NonNull listView: ListView, y: Int)
Scrolls the list items within the view by a specified number of pixels.