Hello,
i've searchd for a way to add new items to a exsisitng ListView without reading the DataSoucre again.
I want to add one or more complete filled items to the exisiting ListView that have a DataSource the question is how should i do that?
Sample-Code:
If i use after the initialisation of the ListView the follwoing Code it will work but i need a way to add these items withoud rebinding the DataSource.
Your help would be very welcome!