Hi:
I have a collection of custom colors:
I have a color picker:
Through the UI, the user can add custom colors, then when the picker is selected, the loaded event binds as follows:
This all works fine, but after displaying the color picker once, If I add more custom colors through my UI, the picker still shows the old list of custom colors. The new ones do not appear, even if I do an UpdateLayout. How can I make the picker recognize newly added custom colors when displaying the picker multiple times?
Thanks,
Terry