views:

19

answers:

0

I have a ScrolledComposite, the contents of which are being truncated. I have Googled and am aware that it is a known issue on Windows.

The only suggested workaround I can find is to use the canvas.scroll functionality:
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet48.java?view=markup&content-type=text%2Fvnd.viewcvs-markup&revision=HEAD

Given the age of the issue, I was wondering if there is a nicer workaround?

Thank you!