Forum Discussion
DanielSH
2 years agoFrequent Visitor
Force redraw of formatting panel
Not sure if I'm missing something obvious or if I'm doing something I'm not supposed to... In my custom visual I allow my users to upload some pictures in Advanced Edit mode, and later on I'd like t...
- 2 years ago
Answering my own question: after some more digging around I found that the IVisualHost interface contains a function called refreshHostData(); Calling this function programmatically will lead to a redraw of the formatting panel without the need to resize the visual.
Covid19
2 years agoFrequent Visitor
Excellent! I have been looking for a way to dynamically update data in the drop-down list of the formatting panel for a long time. Thank you.