I am using the listview for 2 lines as:
I am reading the click event as:
The listview was built in the designer and dimmed and works for getting the first line.
How do I go about reading the second line?
B4X:
BulletPenList.AddTwoLines(".223 Remington","55 gr Winchester Soft Point 0.430")
I am reading the click event as:
B4X:
Sub BulletPenList_ItemClick (Position As Int, Value As Object)
'first line of text
BulletPenCname.Text=BulletPenList.GetItem(Position)
End Sub
The listview was built in the designer and dimmed and works for getting the first line.
How do I go about reading the second line?