I am using the xamMultiColumnComboEditor and I need to change the font (foreground) color to a different color when the item is selected. I have tried all sorts of things and I can't figure out how to do this.
Thank you
Hello Laura,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thank you! This is exactly what I needed. I have never used the primitives before so I don' know that I would have found that answer. I learned something new, too.
Thank you for the help.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I created a Style for the ComboCellControl and added a DataTrigger in order to be able to change the Foreground when the IsSelected Property of the Row changes. Please let me know if this helps you or you have further questions on this matter.
Looking forward for your reply.