How to do vertical scroll of SWT table programatically?
I\'m implementing search function on the table. When an item was found then it will be scrolled to the item found.
I don't really know what you need the search for, but you might also consider filtering the table to get to your desired element(kind of like a quick search).
Check it out:
http://eclipsesource.com/blogs/2012/10/26/filtering-tables-in-swtjface/