petko
petko
Yes, calling it via button works. However I can't do it programatically even after calling `Refresh`, `Repaint` or `Invalidate`. What are my options here?
It kinda works that way. The correct tab is set, but there is always a flash of content, which is not optimal. The tabs are first painted without being scrolled...
Using Repaint without ProcessMessages is better. There is still a quick flash, but I guess there is no way to pre-scroll to the tab before painting the control currently..
+1. This will make loading of large documents with many images much faster hopefully.
I prefer to change the existing one for performance reasons. I ended up const_casting the element I want to change. Not the most elegant solution, but probably does no harm..
+1 for DeepClone
I agree that a new whitespace preservation option is needed, because currently legitimate HTML like this, fails to be parsed as expected. This: `formatted text with link` is printed as:...
I can confirm the problem and the fix. I am not sure in which combinations of settings it does occur, but here are screenshot from my app if `Size` is...
Any updates on this one?
Please add this functionality!