Hi there,
I am using the WPF version of the HtmlPanel control - and I love it, except for this one problem I have.
I have a stylesheet that might change (user configures a different theme), but when I update the property, nothing happens.
Now, if I resize the window, causing the control to redraw itself, THEN it will do so with the new stylesheet.
Is there a way to properly have it redraw itself whenever there is a change to the bound BaseStylesheet property? It would of course be lovely if it could do that itself...
I am using the WPF version of the HtmlPanel control - and I love it, except for this one problem I have.
I have a stylesheet that might change (user configures a different theme), but when I update the property, nothing happens.
Now, if I resize the window, causing the control to redraw itself, THEN it will do so with the new stylesheet.
Is there a way to properly have it redraw itself whenever there is a change to the bound BaseStylesheet property? It would of course be lovely if it could do that itself...