IntelliJ Java IDE
The moose likes IDEs, Version Control and other tools and the fly likes AutoScroll text to bottom of a StyledText component in SWT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "AutoScroll text to bottom of a StyledText component in SWT" Watch "AutoScroll text to bottom of a StyledText component in SWT" New topic
Author

AutoScroll text to bottom of a StyledText component in SWT

ragz wifer
Greenhorn

Joined: Dec 22, 2010
Posts: 19
Hi,

I'm reading a text file and displaying in the styledtext component of SWT, each time a new line is appended it's not shown, i mean the line is added to the next row but the scrollbar is NOT scrolling to the next row.
How can i make it auto scroll, as a workaround i tried using



it does auto scroll,but shows the complete selection of text, can someone provide an optimal and better programming practice for this case.
 
 
subject: AutoScroll text to bottom of a StyledText component in SWT
 
Threads others viewed
how to add a scrollpane...
Eclipse Source Code
swt styledtext search/find next
Scroll inside styledText
AutoScroll text to bottom of a StyledText component in SWT
developer file tools