How to enable autoscroll for a StyledText Component
问题 I'm using StyledText component which behaves somewhat similar to the popular eclipse IDE console view, (which appends the log), but here, in my StyledText component the scroll-lock is enabled. I mean for each line appended to the StyledText , the vertical scroll bar position remains constant. Below image reflects the behavior: As an attempt I tried like this: StyledText declaration StyledText styledText = new StyledText(parent, SWT.V_SCROLL); //other relevant code here styledText.addListener