I have an app that has a TextArea into which I type, say, HTML or Markdown text. There is also a DesktopHTMLViewer that displays the contents of the TextArea. The problem is if I make a change in the TextArea and load the text into the DesktopHTMLViewer, it always scrolls to the top of the page. Hence if you make a change in the text that affects the HTML view off the bottom of the Viewer, it requires scrolling down to find the place I was looking at previously. Kinda annoying.
Is there any way of getting and setting the DesktopHTMLViewer’s vertical scroll position?
3 posts - 2 participants