Hi
ScrollTo in a table It seems not to work
Example:
This the error:
"java.lang.NullPointerException
at com.ab.abmaterial.ABMTable.ScrollTo(Unknown Source)"
ScrollTo in a table It seems not to work
Example:
B4X:
dim l as list = Array as String("a", "b", "c", "d", "e", "f", "g")
dim i as int
For i = 0 To l.Size - 1
'tlb3 is a ABMTable
tlb3.AddRow(i, Array As String(l.Get(i)))
Next
tlb3.ScrollTo(l.Size - 1, True)
"java.lang.NullPointerException
at com.ab.abmaterial.ABMTable.ScrollTo(Unknown Source)"