' whatever you pass as the first parameter will appear in your list
' whatever is 2nd parameter will be sent to the click event
list.AddSingleLine2("some text", "some more text")
Sub list_ItemClick (Position As Int, Value As Object)
' position is position in list
' Value will be whatever the 2nd parameter was
End Sub