Hi there,
I have a List<MyClass> with MyClass containing a property called Color, which is int32. Now I want to bind this to a xamColorEditor SelectedColor.
I think I have to use a ValueConverter, but I havn't done this til now. Can anybody supply a little code hlep?
Many Thanks
Got that working meanwhile.
But faced a new problem Everything on the color picker is updated until I edit a color. after this the binding seems to be broken.
Hello,
I have been searching for a solution for your issue and I need some more information to determine what exactly is your scenario.
Could you please send me your sample to see what actually goes wrong, so that I can try and help you.
Thank you in advance.
Got this working in a bypass on code behind.
With catching the SelectedItem changed event of the listbox that holds the element with its color properties.