i am using customlistview as chat view i am trying to scroll to the end of items but it doesnt go to the end
i do something like following each time i send text
also i have noticed that whenever the keyboard showing i cannot see the top of the listview
i do something like following each time i send text
B4X:
lstvv.AddTextItem("test text","Test")
lstvv.ScrollToItem(10000)
also i have noticed that whenever the keyboard showing i cannot see the top of the listview