Hi,
Ive been trying to get the text color of items in a listView to change but for the life of me cannot figure out what I'm doing wrong.
My code is as follows:
Im reading the items from itemSource and displaying them in the UI but I cant seem to edit them. I know in xaml all that has to be done is to create a label inside of a data template but currently my itemSource is just a list of strings. Please assist me as I'm drawing a blank on how to proceed.