sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
core
/
androidx.core.widget
/
ListViewCompat
List
View
Compat
class
ListViewCompat
(
source
)
Deprecated
Use
ListView
directly.
Helper for accessing features in
ListView
.
Members
Functions
can
Scroll
List
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.
scroll
List
By
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.