In B4I, it's fairly easy to implement horizontal snapping (or paging) in xCustomListView by doing this:
My question is: is the same possible in Android? I know there's a library to implement snapping but that would be overkill when it's as easy to do it in B4A as it is in B4I.
B4X:
Dim sv As ScrollView = MonthListView.sv
sv.PagingEnabled = True