Android Question AS_MultiColumnCustomListView Scrolto

DavidMeees

Member
Licensed User
I am loking for a little help getting AS_MultiColumnCustomListView to scroll to a selected row . ant help would be greatly appreciated

thanks
 

Alexander Stolte

Expert
Licensed User
Longtime User
From V1.04 you can scroll to a value in the code with:
B4X:
AS_MultiColumnCustomListView1.ScrollToValue(159,False)

 
Upvote 0
Top