I can get a selected listview's item ok and assign the chosen item to a label like this:
label1.text = value
in the listview_itemclick event.
If the chosen item is 'Red' then the label's text will change to Red. All good.
However how can I change a panel's colour to red using the same method?
I see the panel uses panel1.color = colors.somecolor as the way to assign a color so how can I assign the selected item to this?
Cheers
label1.text = value
in the listview_itemclick event.
If the chosen item is 'Red' then the label's text will change to Red. All good.
However how can I change a panel's colour to red using the same method?
I see the panel uses panel1.color = colors.somecolor as the way to assign a color so how can I assign the selected item to this?
Cheers