Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
XamComboEditor - Foreground color base on item property
posted

Hi,

I have a XamComboEditor with the property AllowMultipleSelection="True".  It is binded to a observable collection of AircraftType object which contains a property IsActive.  I would like to have the drop down items foreground color displayed in red when this property is set to "false".  Also, if one or more of "inactive" items is selected, I would like them also to be displayed in red in the drop down selected items summary.  ex: A340,<red>A320</red>,A310

Is it possible to do this with the XamComboEditor? And, if yes, what is the best way to do it?

Best regards