Can you change the style of an object based on a property within the object in WPF?
- by Harry
I have a class for message, and the objects are being displayed in a ListBox and there's a property for the message based on whether it's sent to or from the user. Is there a way to create two different styles and change them depending on this property?