Hello.
I want append html to the end of document without scroll to the bottom in QPlainTextEdit.
One way I was saving and restoring scrollbar position, but this generate flicker of scrollbar.
How can I disable auto scrolling to the end of document in appendHtml(), when vertical slider is on maximum position?
Bookmarks