Hello,
I would like to put the characters of this list in normal (not bold), how to do?
Thank you
[B4X] XUI Views - Cross platform views and dialogs
XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). The same b4xlib library is compatible with B4A, B4i and...
B4X:
Sub Button1_Click
CustomListView1.AddTextItem("Compteur " & compteur, 1)
CustomListView1.ScrollToItem((CustomListView1.Size-1))
compteur=compteur+1
End Sub
the last item is always hide. I have to scroll it manually to see last item. Is it way to show last item each time I add...