Hello,
I am trying to do two things with a ListBox in Silverlight. However, I cannot seem to figure them out.
- I need to change the color of a selected item to yellow, instead of the default blue.
- I set the selected items programmatically. Each item is a CheckBox. How do I allow the user to check or uncheck the CheckBox, but keep the item in the ListBox selected?
Thank you!