Hi,
I have a SfDiagram with two SfSymbolPalettes. One palette is a straight forward basic shape and the second is built from a list that reloads based on a dropdown value. The problem is that the second palette list never clears. I want the user to select a drop down which produces the symbols and then change the displayed symbols when the dropdown is changed.
The first dropdown trigger works fine and creates a list of symbols as desired but subsequent lists append visually to the symbol list instead of removing the originals. In debug, it looks like the underlying list is correct but the rendered version does not update correctly. How do I get he rendered list to clear?
EDIT: I found the answer myself. In case anyone else hits this, you need to use the runtime methods RemovePalettes or RemovePaletteItmes and their Add* conterparts.