I need to create a label for every listview item, and above all this label will be positioned for each item at a certain distance. So it will be like a label to the ListView next door. And the text of the Label must be the same as the text of the Item in the ListView. Thanks in advance
Dynamically generating view is relatively simple to do. Look at the code in this game from Erel, it dynamically generates buttons so you can learn from it to create labels...