Forum Discussion

DanielSH's avatar
DanielSH
Frequent Visitor
2 years ago
Solved

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...
  • DanielSH's avatar
    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.