how can i change the cell background color where the cities are displayed in the list?
i dont know where I should still try to change the color. I think the white comes from the "TableCell" in the "AddItemsToList" sub, but the TableCell have not a background color variable.
There is no "good" way to change it. With TableView the only way to change it is by adding panels as custom views and setting their color. The problem in this case is that it can hurt performance (worth a try).