Have you tried embedding the TableViewer under a ScrolledComposite? I've never used it myself though.
--Thilo On 15/07/11 12:41, Jörn Kottmann wrote: > Hi all, > > the Annotation Editor has a properties page which can be used to > configure the annotation styles. > > This page has a TableViewer which contains a list of all types in the > type system. > > The problem is now, when the list gets very long, the user needs to scroll the > page instead of the list. I would like to have scroll bars on this list > instead. > If the page get the scroll bars, and a user then clicks on the list to select > an > element > the list "jumps" a little and the click is a few elements off. > > I tried a lot but cannot really figure out how to fix that. > > It would be nice if someone who has JFace/SWT experience > could have a look at this page. > > The class name is: > org.apache.uima.caseditor.ui.property.AnnotationPropertyPage, > inside the uimaj-ep-cas-editor project. > > Thanks, > Jörn > >
