I am going to manually add one item to the listView but i always want that item to be the last item in the listview because i am already adding items the listView dynamically
here is what i am using to add the items:
tableItems.Add(new TableItem("Test","Test",Resource.Drawable.Icon));