good morning,
I have two list views populated with two series of numbers (formation), (substitutes). I created a btncambio that once pressed moves a player from the bench to the formation, everything works ok, but I would like the player that I change in the formation to change color or remain highlighted in some way to remind me that it is a change. thank you very much. I add screen shot
As far as I am aware, it is not possible to set individual colours for listview items.
What you could do is setup a set of Labels to hold each item, then colour those accordingly...
thank you so much for your reply.
as you already told me i can then try to change the color only to the label i changed. how can i do it?
in questi blocchi eseguo il cambio dalla lista formazione alla lista panchina e viceversa, inoltre effettuo il cambio anche in "campo" nelle label. Come posso fare a cambiare colore solo al numero sostituito. Pensavo di sfruttare l'indice ma non riesco a capire come intercettare l'indice cambiato.
grazie
come lo posso utilizzare ? qualche esempio...
Hmmm, easier to say than do !
These blocks remove a player from the first listview on selection, then add a player selected from the second listview to the first listview in the position of the removed player. The removed player is added to the substitutes list. The new player is highlighted in the labels...