WOuld it be possible to have different colour inside a listview items? Lets say I displayed 30 rows of items ina list view, and wanted to have alternative rows to have different colours instead of one colour. How would I go about doing this?
By the way what is the strategy for updating a listview? Suppose my listview is the report of a database table. When the database itself updates, I would like to be able to refresh the listview. My attempts so far has resulted in new blank columns appearing on the right handside. Seems that it is putting in repeting column with headings only and no data. Any help is appreciated.