On 7/15/11 1:27 PM, Thilo Götz wrote:
Have you tried embedding the TableViewer under a ScrolledComposite? I've never used it myself though.
Thanks, I tried that but it didn't help. Anyway while playing around with the ScrolledComposite I noticed that setting the page size with PreferencePage.setSize makes the list scrollable. I am not sure if hard-coding a minimum page size is the best way of handling this issue, but at least it seems to work. The minimum page size causes the page to get scroll bars when it is smaller than the minimum size, when it is larger the list is scroll able. Jörn
