I have this widget_text with scroll bars. Looks like when the text area is full and we append new text, the scroll bar scrolls to the bottom automatically on Linux. This is not the case on Windows, in which the scroll bar remains at the top, and to view newly appended text one has to manually scroll down. Is there a way to force the scroll to move to the bottom automatically? The "set_text_top_line" does not accomplish this as it moves previous text upward.
Thank you,
|