I am using a TableViewer in conjunction with TableViewerColumn,
TableViewerEditor, and the TextCellEditor to display and edit data from my
core model generated by EMF (Eclipse Model Framework).
Everything works great and it was quite easy to implement them in my
application. These new classes in the 3.3 API are fantastic!
I have only one question. Is there a way to dynamically re-set the table
high once a new row is added/inserted so the vertical scroll will not
appear on the left side?